]> git.draconx.ca Git - gob-dx.git/blobdiff - src/parse.y
Release 0.0.2
[gob-dx.git] / src / parse.y
index 9ce92ded2b0311f49b953a1f4d2fe15e96d90f62..5bb8bc37c453d992cb848e4f013763e24cc74ba0 100644 (file)
@@ -20,6 +20,7 @@
  */
 %{
 
+#include "config.h"
 #include <glib.h>
 #include <stdio.h>
 #include <string.h>
@@ -310,6 +311,9 @@ type1:              UNSIGNED integer                {
        |       SIGNED CHAR                     {
                        $<id>$ = g_strdup("signed char");
                                                }
+       |       CHAR                            {
+                       $<id>$ = g_strdup("char");
+                                               }
        |       DOUBLE                          {
                        $<id>$ = g_strdup("double");
                                                }