Skip to content

Commit

Permalink
fixed incorrect #line directives in win_flex.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxmark committed Jun 17, 2014
1 parent c505e3d commit 19c10e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/Release/README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=======
versions 2.4.3/2.5.3
--------------
fix incorrect #line directives in win_flex.exe
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542482

=======
versions 2.4.2/2.5.2
--------------
Expand Down
Binary file modified bin/Release/win_flex.exe
Binary file not shown.
1 change: 1 addition & 0 deletions flex/src/gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2159,6 +2159,7 @@ void make_tables ()

/* Copy remainder of input to output. */

linenum--;
line_directive_out (stdout, 1);

if (sectnum == 3) {
Expand Down

0 comments on commit 19c10e9

Please sign in to comment.