X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/55f0c7b1f26afabb7f356343f2650626e09fce51..fb9712a96207a21a6c442bbee9c20324c40e6727:/examples/extexi diff --git a/examples/extexi b/examples/extexi index 4bd48979..cc140f5c 100644 --- a/examples/extexi +++ b/examples/extexi @@ -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; }