bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] {maint} fix CPP guards when no header is generated


From: Akim Demaille
Subject: [PATCH 0/3] {maint} fix CPP guards when no header is generated
Date: Tue, 25 Sep 2012 10:52:25 +0200

This is unfortunate: we would use YY_ inside a parser implementation
file if it had no header.  And this collides with YY_ for gettext.

Installed.

Akim Demaille (3):
  gnulib: update
  yacc: fix handling of CPP guards when no header is generated
  regen

 NEWS             |  11 ++
 data/c.m4        |   8 +-
 data/yacc.c      |   6 +-
 gnulib           |   2 +-
 lib/.gitignore   |   3 +
 m4/.gitignore    |   1 +
 src/parse-gram.c | 551 +++++++++++++++++++++++++++----------------------------
 src/parse-gram.h |   8 +-
 8 files changed, 304 insertions(+), 286 deletions(-)

-- 
1.7.12.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]