]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zwgc/parser.y
unpack of new upstream
[1ts-debian.git] / zwgc / parser.y
index d137bf4633fb5c0fe01934e616c2e417facdeeb6..b3b2b17e302da0cc6a445dac1cc7de6d641aff10 100644 (file)
@@ -5,7 +5,7 @@
  *
  *      Created by:     Marc Horowitz <marc@athena.mit.edu>
  *
- *      $Id: parser.y,v 1.6 1999/01/22 23:20:30 ghudson Exp $
+ *      $Id: parser.y,v 1.7 2003/01/23 05:32:16 ghudson Exp $
  *
  *      Copyright (c) 1989 by the Massachusetts Institute of Technology.
  *      For copying and distribution information, see the file
@@ -15,7 +15,7 @@
 #include <sysdep.h>
 
 #if (!defined(lint) && !defined(SABER))
-static const char rcsid_parser_y[] = "$Id: parser.y,v 1.6 1999/01/22 23:20:30 ghudson Exp $";
+static const char rcsid_parser_y[] = "$Id: parser.y,v 1.7 2003/01/23 05:32:16 ghudson Exp $";
 #endif
 
 #include <zephyr/mit-copyright.h>
@@ -230,6 +230,7 @@ elseparts : elseifparts
                                          reverse_list_of_nodes($3));
                  $$->next = $1;
                  $$ = reverse_list_of_nodes($$); }
+          ;
 
 /* elseifparts needs to be reversed before using... */
 elseifparts : /* empty */