bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/6] {master} restore C90 compliance


From: Akim Demaille
Subject: [PATCH 0/6] {master} restore C90 compliance
Date: Fri, 28 Dec 2012 11:41:02 +0100

This was done in 2.7, but master added its own C99 changes.  I'd
be happy to revert some of these changes in the future, but there
were also some //-comments in the generated parsers, which there
is no reason to introduce.

Plus some other minor stylistic improvements.

Akim Demaille (6):
  closure, gram: add missing const
  graph: minor simplification
  maint: restore ANSI 89 compliance
  regen
  syncline: one line is enough
  regen

 data/bison.m4     |  24 +-
 data/c++.m4       |   3 +-
 src/closure.c     |   4 +-
 src/closure.h     |   2 +-
 src/conflicts.c   |   4 +-
 src/files.c       |   4 +-
 src/gram.c        |  35 +--
 src/gram.h        |  16 +-
 src/output.c      |  10 +-
 src/parse-gram.c  | 800 +++++++++++++++++++-----------------------------------
 src/parse-gram.h  |  20 +-
 src/print_graph.c |  50 ++--
 src/symtab.c      |  42 ++-
 13 files changed, 387 insertions(+), 627 deletions(-)

-- 
1.8.0.2




reply via email to

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