From dd7a75d9b576f0e7d72307a6f75cdd4ddebd4453 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Tue, 7 Jan 2025 20:21:15 -0400 Subject: [PATCH] devSpec: Update preprocessor error message --- hcore/deviceManager/deviceSpecp.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcore/deviceManager/deviceSpecp.yy b/hcore/deviceManager/deviceSpecp.yy index 88b277e..fa0a98f 100644 --- a/hcore/deviceManager/deviceSpecp.yy +++ b/hcore/deviceManager/deviceSpecp.yy @@ -17,7 +17,7 @@ * lexer must have the same prefix as the parser they generate. So we just use * this #define below to override yacc/bison's presumed prefix for the lexer. */ -#error "Yacc should have defined yylex, and we need to override it to tell yacc the name of our lex function." +#error "Yacc should have defined yylex as a preprocessor token, and we need to override it to tell yacc the name of our lex function." #endif #undef yylex #define yylex deviceSpecllex