Changeset 860 for vendor/current/pidl/idl.yp
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/pidl/idl.yp
r740 r860 611 611 for ($parser->YYData->{INPUT}) { 612 612 if (/^\#/) { 613 if (s/^\# (\d+) \"(.*?)\"( \d+|)//) { 613 # Linemarker format is described at 614 # http://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html 615 if (s/^\# (\d+) \"(.*?)\"(( \d+){1,4}|)//) { 614 616 $parser->YYData->{LINE} = $1-1; 615 617 $parser->YYData->{FILE} = $2;
Note:
See TracChangeset
for help on using the changeset viewer.