]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
In the grammar file, the first column is 1 not 0 on the first line as
[bison.git] / src / parse-gram.y
index ae9eb535682e889ea203d8697f5c083cf5fa500e..faf573ee17cfc583aaaf20156673bd3e12851fd7 100644 (file)
@@ -88,8 +88,8 @@ static int current_prec = 0;
 {
   /* Bison's grammar can initial empty locations, hence a default
      location is needed. */
 {
   /* Bison's grammar can initial empty locations, hence a default
      location is needed. */
-  boundary_set (&@$.start, current_file, 1, 0);
-  boundary_set (&@$.end, current_file, 1, 0);
+  boundary_set (&@$.start, current_file, 1, 1);
+  boundary_set (&@$.end, current_file, 1, 1);
 }
 
 /* Only NUMBERS have a value.  */
 }
 
 /* Only NUMBERS have a value.  */