+2002-10-14 Akim Demaille <akim@epita.fr>
+
+ * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
+ member.
+
2002-10-14 Akim Demaille <akim@epita.fr>
* src/tables.c (table_ninf_remap): base -> tab.
}
#if YYDEBUG
-/* FIXME: How can we initialize the lloc bit? */
-static yyGLRState YYLEFTMOST_STATE = { 0, 0, -1, NULL, 0, { NULL } };
+static yyGLRState YYLEFTMOST_STATE =
+ {
+ 0, 0, -1, NULL, 0, { NULL },
+ /* yyloc. */
+ {
+#if YYLTYPE_IS_TRIVIAL
+]b4_location_if([ 0, 0, 0, 0])[
+#endif
+ }
+ };
static void yyreportTree (yySemanticOption* yyx, int yyindent)
{