* src/Config-parse.yy: Remove stray `,' in %token arguments.

* src/Alloc.h (__INT_TO_PTR): Redefine to work around glibc 2.3.
* doc/texinfo.tex: New upstream version.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-04 16:32:14 +00:00
parent 88b6012502
commit bca9d83c44
5 changed files with 1675 additions and 1146 deletions

View file

@ -368,7 +368,7 @@ static inline bool isLocked(int option)
/* Punctuation symbols. */
%token CFG_LBRACE CFG_RBRACE CFG_EQUALS
%token CFG_BLOCK_ID, CFG_OPTION_ID
%token CFG_BLOCK_ID CFG_OPTION_ID
/* The `unknown' token. */