Jan Breuer
2015-10-08 f21d15b3b7f307ddf40d9d7b77a0243362fd5752
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
}