Using #line Directive
Hi,
Generally the language code will make use of it like bison or lemon parser generator tools. it allows to change error message by custom line number.
Code:
#line 50 user.c
by the absence of the file name, current file is taken
Groups:
Comments
hi,
March 17, 2010 by namachivam, 12 years 14 weeks ago
Comment: 6
hi,
This is compatible only for gcc or vc too?