bison-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] variants: avoid type punning issue.


From: Théophile Ranquet
Subject: Re: [PATCH] variants: avoid type punning issue.
Date: Fri, 1 Feb 2013 15:12:11 +0100

Installed in master, along with the following:

commit e96415a54b81ffea9d8e510e98a6c866510bb593
Author: Theophile Ranquet <address@hidden>
Date:   Fri Feb 1 15:07:54 2013 +0100

    variants: stylistic change

    * data/variant.hh (tname): Respect the GNU Coding Standards for this
    pointer's declaration.

diff --git a/data/variant.hh b/data/variant.hh
index e2a537a..91548d8 100644
--- a/data/variant.hh
+++ b/data/variant.hh
@@ -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 char* tname;])[
+    const char *tname;])[
   };
 ]])



reply via email to

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