remove ancient lint directives

* data/c++.m4, data/yacc.c: Remove surprising remains of lint
directives.
This commit is contained in:
Akim Demaille
2018-11-20 20:54:02 +01:00
parent bee10f5774
commit dee62718ae
2 changed files with 3 additions and 3 deletions

View File

@@ -604,7 +604,7 @@ m4_define([b4_yylloc_default_define],
{ \ { \
(Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \ (Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
} \ } \
while (/*CONSTCOND*/ false) while (false)
# endif # endif
]]) ]])

View File

@@ -1780,8 +1780,8 @@ yyerrorlab:
/* Pacify compilers like GCC when the user code never invokes /* Pacify compilers like GCC when the user code never invokes
YYERROR and the label yyerrorlab therefore never appears in user YYERROR and the label yyerrorlab therefore never appears in user
code. */ code. */
if (/*CONSTCOND*/ 0) if (0)
goto yyerrorlab; goto yyerrorlab;
/* Do not reclaim the symbols of the rule whose action triggered /* Do not reclaim the symbols of the rule whose action triggered
this YYERROR. */ this YYERROR. */