From 9760a97b3e0260c71d535bc8712b53a8876ff5e7 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 31 5月 2016 21:59:44 +0800 Subject: [PATCH] Fix travis (does not support c11) --- 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