]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.c
In the grammar file, the first column is 1 not 0 on the first line as
[bison.git] / src / parse-gram.c
index 76abad682b20880635f5bcc2b961b858b486368c..a896d5eb7fcc747c3ae3420b20636c379c07cb4a 100644 (file)
@@ -1584,8 +1584,8 @@ YYLTYPE yylloc;
 {
   /* Bison's grammar can initial empty locations, hence a default
      location is needed. */
-  boundary_set (&yylloc.start, current_file, 1, 0);
-  boundary_set (&yylloc.end, current_file, 1, 0);
+  boundary_set (&yylloc.start, current_file, 1, 1);
+  boundary_set (&yylloc.end, current_file, 1, 1);
 }
 /* Line 1085 of yacc.c.  */
 #line 1592 "parse-gram.c"