bison-patches
[Top][All Lists]
Advanced

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

[PATCH 1/7] skel: correctly indent switch cases


From: Theophile Ranquet
Subject: [PATCH 1/7] skel: correctly indent switch cases
Date: Fri, 11 Jan 2013 13:28:09 +0100

* data/bison.m4 (b4_type_action_): Here.
---
 data/bison.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/bison.m4 b/data/bison.m4
index 75aa305..1994f4d 100644
--- a/data/bison.m4
+++ b/data/bison.m4
@@ -509,7 +509,7 @@ m4_define([b4_token_format],
 # TAG, TYPE).
 m4_define([b4_type_action_],
 [b4_symbol_if([$1], [has_type],
-[m4_map([b4_symbol_case_], address@hidden)[]dnl
+[m4_map([      b4_symbol_case_], address@hidden)[]dnl
         b4_dollar_dollar([b4_symbol([$1], [number])],
                          [b4_symbol([$1], [tag])],
                          [b4_symbol([$1], [type])]);
-- 
1.8.1




reply via email to

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