]> git.saurik.com Git - bison.git/commitdiff
* data/bison.c++, data/bison.simple: Don't output the current file
authorAkim Demaille <akim@epita.fr>
Sun, 7 Apr 2002 15:30:31 +0000 (15:30 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 7 Apr 2002 15:30:31 +0000 (15:30 +0000)
name in #line, to avoid useless diffs between two identical
outputs under different names.

ChangeLog
data/bison.simple

index 08c9a4c31f3db97cd5f908a5aa73f10e93b0cc7b..900c04b20291a0aabbf0c82107cd8f004c691c4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-07  Akim Demaille  <akim@epita.fr>
+
+       * data/bison.c++, data/bison.simple: Don't output the current file
+       name in #line, to avoid useless diffs between two identical
+       outputs under different names.
+
+       
 2002-04-07  Akim Demaille  <akim@epita.fr>
 
        * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
index 668d528ab2050ee4cf791efd04d2c4c35456ccdf..84e77ec9d5cdc04c70d127eb824f7addb793f05f 100644 (file)
@@ -129,7 +129,7 @@ typedef struct yyltype
 #endif
 
 /* Line __line__ of __file__.  */
-#line __oline__ "b4_output_parser_name"
+#line __oline__
 
 /* All symbols defined below should begin with yy or YY, to avoid
    infringing on user name space.  This should be done even for local
@@ -914,7 +914,7 @@ yyreduce:
     }
 
 /* Line __line__ of __file__.  */
-#line __oline__ "b4_output_parser_name"
+#line __oline__
 \f
 [  yyvsp -= yylen;
   yyssp -= yylen;