Jan Breuer
2015-09-10 f65ded7a5945cdaf245502c6fa4cdd96fc9a8a53
libscpi/src/lexer_private.h
@@ -56,6 +56,7 @@
    int scpiLex_ProgramExpression(lex_state_t * state, scpi_token_t * token) LOCAL;
    int scpiLex_Comma(lex_state_t * state, scpi_token_t * token) LOCAL;
    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;
#ifdef   __cplusplus