From bc9b3a265af0a9ee6b356472800f4940f5c2847c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 31 5月 2016 18:16:22 +0800 Subject: [PATCH] Fix compilation under c++ compiler --- libscpi/src/lexer_private.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libscpi/src/lexer_private.h b/libscpi/src/lexer_private.h index ef27989..69bdb9b 100644 --- a/libscpi/src/lexer_private.h +++ b/libscpi/src/lexer_private.h @@ -58,6 +58,7 @@ int scpiLex_Semicolon(lex_state_t * state, scpi_token_t * token) LOCAL; int scpiLex_Colon(lex_state_t * state, scpi_token_t * token) LOCAL; int scpiLex_NewLine(lex_state_t * state, scpi_token_t * token) LOCAL; + int scpiLex_SpecificCharacter(lex_state_t * state, scpi_token_t * token, char chr) LOCAL; #ifdef __cplusplus } -- Gitblit v1.9.1