]> git.saurik.com Git - bison.git/blobdiff - examples/extexi
* examples/extexi: Restore the #line generation.
[bison.git] / examples / extexi
index cc140f5c82cdf851832cbff670d07c5c2f6d1dc6..4bd489795f4170ca871b10788e91102c73858cf6 100644 (file)
@@ -64,6 +64,8 @@ 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;
     }