mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
lalr1.cc: minor refactoring.
* data/lalr1.cc: Don't issue empty namespaces.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-05-04 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
lalr1.cc: minor refactoring.
|
||||||
|
* data/lalr1.cc: Don't issue empty namespaces.
|
||||||
|
|
||||||
2010-05-04 Akim Demaille <demaille@gostai.com>
|
2010-05-04 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
tests: fix %printer.
|
tests: fix %printer.
|
||||||
|
|||||||
@@ -152,9 +152,9 @@ dnl FIXME: This is wrong, we want computed header guards.
|
|||||||
]b4_locations_if([#include "location.hh"])[
|
]b4_locations_if([#include "location.hh"])[
|
||||||
#include "stack.hh"
|
#include "stack.hh"
|
||||||
|
|
||||||
]b4_namespace_open[
|
]b4_variant_if([b4_namespace_open
|
||||||
]b4_variant_if([b4_variant_define])[
|
b4_variant_define
|
||||||
]b4_namespace_close[
|
b4_namespace_close])[
|
||||||
|
|
||||||
/* Enabling traces. */
|
/* Enabling traces. */
|
||||||
#ifndef YYDEBUG
|
#ifndef YYDEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user