]> git.saurik.com Git - bison.git/blobdiff - src/LR0.c
* src/LR0.c (new_state): Complete trace code.
[bison.git] / src / LR0.c
index 133a8218c2fcd046cebff0135a7cb08ee652c947..3288d9dcd910e4c1e166e755df09425d96595f36 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -200,7 +200,8 @@ new_state (int symbol)
   short *iend;
 
 #if TRACE
-  fprintf (stderr, "Entering new_state, symbol = %d\n", symbol);
+  fprintf (stderr, "Entering new_state, symbol = %d, state = %d\n",
+          symbol, nstates);
 #endif
 
   if (nstates >= MAXSHORT)