bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05-fyi-synlines.patch


From: Akim Demaille
Subject: 05-fyi-synlines.patch
Date: Sun, 07 Apr 2002 17:23:10 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * 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.
        
        
Index: data/bison.simple
--- data/bison.simple Sat, 16 Mar 2002 13:28:35 +0100 akim
+++ data/bison.simple Sat, 23 Mar 2002 15:28:53 +0100 akim
@@ -129,7 +129,7 @@ m4_define([b4_token_defines],
 #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
@@ -924,7 +924,7 @@ yyreduce:
     }
 
 /* Line __line__ of __file__.  */
-#line __oline__ "b4_output_parser_name"
+#line __oline__
 
 [  yyvsp -= yylen;
   yyssp -= yylen;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]