fix line numbering with fmacro invocations across multiple lines

This commit is contained in:
pommicket 2022-01-10 12:23:56 -05:00
parent a8a30458bd
commit f706d3903a
2 changed files with 47 additions and 23 deletions

View file

@ -1,8 +1,6 @@
__TIME__
__DATE__
__STDC__
__LINE__
__FILE__
#line 7 "aah.c"
__LINE__
__FILE__
#define f(x) x x
f(2
3)
#pragma