]> git.saurik.com Git - bison.git/commitdiff
variants: stylistic change
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 1 Feb 2013 14:07:54 +0000 (15:07 +0100)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 1 Feb 2013 14:09:54 +0000 (15:09 +0100)
* data/variant.hh (tname): Respect the GNU Coding Standards for this
pointer's declaration.

data/variant.hh

index e2a537ad3d694d7e0f19bda3f63c48e2596b9067..91548d849b49e79cc6d0cef5d3c70d1d7916498d 100644 (file)
@@ -223,7 +223,7 @@ m4_define([b4_variant_define],
     } buffer;]b4_parse_assert_if([
 
     /// Whether the content is built: if defined, the name of the stored type.
-    const chartname;])[
+    const char *tname;])[
   };
 ]])