2012/1/27 郭雪松 <
[hidden email]>:
> [root@brain brain4]$cat t.pike
> #define A(a) class T{a};
> A(class aa{
> #line 2
> int n;
> });
> void main()
> {
> T();
> }
Confirmed on 7.8.352 on Windows and 7.9 latest-from-git on Linux;
seems to be an issue only if the #line is inside the #define
expansion.
ChrisA