bison-patches
[Top][All Lists]
Advanced

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

[PATCH 0/5] Clean up


From: Akim Demaille
Subject: [PATCH 0/5] Clean up
Date: Sat, 26 Oct 2019 16:44:38 +0200

Minor issues.

Akim Demaille (5):
  diagnostics: use grammar_file instead of current_file
  parser: use grammar_file instead of current_file
  regen
  reader: reduce the "scope" of global variables
  CI: pass -O1 to GCC8 with sanitizers

 .travis.yml          |  3 ++-
 src/complain.c       |  2 +-
 src/files.c          |  1 -
 src/files.h          |  3 ---
 src/getargs.c        |  2 +-
 src/main.c           |  2 +-
 src/parse-gram.c     | 18 +++++++++---------
 src/parse-gram.h     |  2 +-
 src/parse-gram.y     | 12 ++++++------
 src/reader.c         | 12 ++++--------
 src/reader.h         |  2 +-
 src/scan-gram.h      | 15 ++++++---------
 src/scan-gram.l      | 27 +++++++++++++++++----------
 tests/diagnostics.at |  2 +-
 14 files changed, 50 insertions(+), 53 deletions(-)

-- 
2.23.0




reply via email to

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