bison-patches
[Top][All Lists]
Advanced

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

[PATCH 2/3] c++: m4 stylistic change


From: Theophile Ranquet
Subject: [PATCH 2/3] c++: m4 stylistic change
Date: Tue, 15 Jan 2013 15:44:10 +0100

* data/c++.m4 (syntax_error): Fix the indentation of 'inline'.
---
 data/c++.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/c++.m4 b/data/c++.m4
index 14dd077..506d6a7 100644
--- a/data/c++.m4
+++ b/data/c++.m4
@@ -233,7 +233,7 @@ m4_define([b4_public_types_declare],
 # ----------------------
 # Provide the implementation needed by the public types.
 m4_define([b4_public_types_define],
-[[inline
+[[  inline
   ]b4_parser_class_name[::syntax_error::syntax_error (]b4_locations_if([const 
location_type& l, ])[const std::string& m)
     : std::runtime_error (m)]b4_locations_if([
     , location (l)])[
-- 
1.8.1




reply via email to

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