* 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:
parent
88b6012502
commit
bca9d83c44
5 changed files with 1675 additions and 1146 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue