]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
* src/parse-gram.y: Put copyright notice inside %{ %} so it
[bison.git] / src / parse-gram.y
index e771894519e89fc80fb3ba6e3f0587de760bc34e..fa35eb6410b3dc764bf8a98bb6f619492f92d542 100644 (file)
@@ -1,4 +1,4 @@
-/* Bison Grammar Parser                             -*- C -*-
+%{/* Bison Grammar Parser                             -*- C -*-
 
    Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
    02111-1307  USA
 */
 
-
-%debug
-%defines
-%locations
-%pure-parser
-%error-verbose
-%defines
-%name-prefix="gram_"
-
-%{
 #include "system.h"
 
 #include "complain.h"
@@ -66,6 +56,14 @@ assoc current_assoc;
 int current_prec = 0;
 %}
 
+%debug
+%defines
+%locations
+%pure-parser
+%error-verbose
+%defines
+%name-prefix="gram_"
+
 %initial-action
 {
   /* Bison's grammar can initial empty locations, hence a default