]> git.saurik.com Git - bison.git/blobdiff - src/LR0.c
* src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
[bison.git] / src / LR0.c
index 269a8b87dbf783bd111a30fa1a899588cf24c5c0..efe9589ac946e7f657bf6ba39abec5da42566642 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -200,8 +200,9 @@ new_state (symbol_number_t symbol, size_t core_size, item_number_t *core)
   p = STATE_ALLOC (core_size);
   p->accessing_symbol = symbol;
   p->number = nstates;
-  p->nitems = core_size;
+  p->solved_conflicts = NULL;
 
+  p->nitems = core_size;
   memcpy (p->items, core, core_size * sizeof (core[0]));
 
   /* If this is the eoftoken, and this is not the initial state, then