]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/zwgc/parser.y
pull up to latest athena current
[1ts-debian.git] / zephyr / zwgc / parser.y
index d37380f2d9cf0a5f5fddacfea7ddbaa433afdf2b..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>
@@ -231,6 +231,7 @@ elseparts : elseifparts
                  $$->next = $1;
                  $$ = reverse_list_of_nodes($$); }
           ;
+
 /* elseifparts needs to be reversed before using... */
 elseifparts : /* empty */
                 { $$ = 0; }