]> git.saurik.com Git - bison.git/blobdiff - examples/extexi
Alexandre Duret-Lutz <adl@gnu.org>
[bison.git] / examples / extexi
index 4bd489795f4170ca871b10788e91102c73858cf6..cc140f5c82cdf851832cbff670d07c5c2f6d1dc6 100644 (file)
@@ -64,8 +64,6 @@ BEGIN {
       # #line report the line number of the *next* line.
       # => + 2.
       # Note that recent Bison support it, but not Flex.
-      if (file ~ /\.[chy]*$/)
-       input = "#line " (FNR + 1) " \"" FILENAME "\"\n";
       next;
     }