* src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just

defining.
* src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
This commit is contained in:
Akim Demaille
2000-11-07 15:56:20 +00:00
parent 553e2b222f
commit 5af1f54933
4 changed files with 49 additions and 43 deletions

View File

@@ -1,3 +1,9 @@
2000-11-07 Akim Demaille <akim@epita.fr>
* src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
defining.
* src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
2000-11-07 Akim Demaille <akim@epita.fr>
* src/bison.s1 (YYLEX): Use #if instead of #ifdef.