From fa5dc4d115bcf3324295da07851f2224c9c25bf8 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 26 11æ 2015 03:46:35 +0800 Subject: [PATCH] Add more tests to *SRE and *RST --- 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