]> git.saurik.com Git - bison.git/blobdiff - src/bison.s1
Comment change.
[bison.git] / src / bison.s1
index 1c853745745b9a9dbbf3cbe5b4911c1d6ff1fe16..555df94a41af2154d5631f940ca296c20252664d 100644 (file)
    This special exception was added by the Free Software Foundation
    in version 1.24 of Bison.  */
 
+/* This is the parser code that is written into each bison parser
+  when the %semantic_parser declaration is not specified in the grammar.
+  It was written by Richard Stallman by simplifying the hairy parser
+  used when %semantic_parser is specified.  */
+
 #ifndef alloca
 #ifdef __GNUC__
 #define alloca __builtin_alloca
@@ -54,11 +59,6 @@ void *alloca ();
 #endif /* not GNU C.  */
 #endif /* alloca not defined.  */
 
-/* This is the parser code that is written into each bison parser
-  when the %semantic_parser declaration is not specified in the grammar.
-  It was written by Richard Stallman by simplifying the hairy parser
-  used when %semantic_parser is specified.  */
-
 /* Note: there must be only one dollar sign in this file.
    It is replaced by the list of actions, each action
    as one case of the switch.  */