From bf7f722d0f42b37a83df91d0a62544c948c4cb66 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周日, 24 4月 2016 20:24:11 +0800 Subject: [PATCH] Extend travis script to test all configurations with device dependent error --- libscpi/src/parser_private.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libscpi/src/parser_private.h b/libscpi/src/parser_private.h index 0b920d4..de95865 100644 --- a/libscpi/src/parser_private.h +++ b/libscpi/src/parser_private.h @@ -43,9 +43,9 @@ extern "C" { #endif - int parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL; - int parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL; - int detectProgramMessageUnit(scpi_parser_state_t * state, const char * buffer, int len) LOCAL; + int scpiParser_parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL; + int scpiParser_parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL; + int scpiParser_detectProgramMessageUnit(scpi_parser_state_t * state, char * buffer, int len) LOCAL; #ifdef __cplusplus } -- Gitblit v1.9.1