Changeset 306 for trunk/idl-compiler/parser_c
- Timestamp:
- Sep 30, 2007, 8:41:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/parser_c/lineinfo_parser.c
r271 r306 32 32 * 33 33 * ***** END LICENSE BLOCK ***** */ 34 35 /* 36 Parse the line information included by the gcc preprocessor. We use that 37 to know the current source file and to calculate a correction value for 38 the line numbers so that error messages show the correct source file line. 39 */ 40 34 41 #include <os2.h> 35 42 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.