[dmd-internals] [D-Programming-Language/dmd] 456890: fix Issue 7524 - #line __LINE__ doesn't parse on D...
GitHub
noreply at github.com
Sat Oct 5 19:17:06 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 456890cf858d9e62efc3bef2316c0ee2699b962d
https://github.com/D-Programming-Language/dmd/commit/456890cf858d9e62efc3bef2316c0ee2699b962d
Author: Walter Bright <walter at walterbright.com>
Date: 2013-10-04 (Fri, 04 Oct 2013)
Changed paths:
M src/lexer.c
A test/compilable/test7524.d
A test/fail_compilation/fail7524a.d
A test/fail_compilation/fail7524b.d
Log Message:
-----------
fix Issue 7524 - #line __LINE__ doesn't parse on D2.020 and later
Commit: 792382a068d8a958a736f10e7bb091c1715576eb
https://github.com/D-Programming-Language/dmd/commit/792382a068d8a958a736f10e7bb091c1715576eb
Author: Brad Roberts <braddr at puremagic.com>
Date: 2013-10-05 (Sat, 05 Oct 2013)
Changed paths:
M src/lexer.c
A test/compilable/test7524.d
A test/fail_compilation/fail7524a.d
A test/fail_compilation/fail7524b.d
Log Message:
-----------
Merge pull request #2621 from WalterBright/fix7524
fix Issue 7524 - #line __LINE__ doesn't parse on D2.020 and later
Compare: https://github.com/D-Programming-Language/dmd/compare/3e87ccdd4db2...792382a068d8
More information about the dmd-internals
mailing list