]> git.saurik.com Git - bison.git/blobdiff - src/output.c
* src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
[bison.git] / src / output.c
index 5dea261a721b526230eaf5582e82f69209a3a73f..939775af4e11fdb755dffba864082fb00a2b58c2 100644 (file)
@@ -614,7 +614,7 @@ prepare (void)
   /* Find the right skeleton file.  */
   if (!skeleton)
     {
-      if (glr_parser)
+      if (glr_parser || nondeterministic_parser)
        skeleton = "glr.c";
       else
        skeleton = "yacc.c";