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 e2a537a..91548d8 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;])[
   };
 ]])