Formatting changes.

* data/lalr1.cc: here.
This commit is contained in:
Akim Demaille
2008-08-16 09:06:00 +02:00
parent 6e0977873a
commit b9855ea55b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-11-10 Akim Demaille <demaille@gostai.com>
Formatting changes.
* data/lalr1.cc: here.
2008-11-10 Akim Demaille <demaille@gostai.com> 2008-11-10 Akim Demaille <demaille@gostai.com>
Adjust verbose message to using emacs. Adjust verbose message to using emacs.

View File

@@ -163,8 +163,8 @@ m4_define([b4_symbol_variant],
switch ($1) switch ($1)
{ {
m4_map([b4_type_action_], m4_defn([b4_type_names]))[]dnl m4_map([b4_type_action_], m4_defn([b4_type_names]))[]dnl
default: default:
break; break;
} }
m4_popdef([b4_dollar_dollar])dnl m4_popdef([b4_dollar_dollar])dnl
]) ])