30 Jun
2005
30 Jun
'05
9:44 p.m.
How about adding a superfluous struct at the end of the function? #define f(T) void my_func(T i) { do_sthg(); } struct semicolon_eater {} - me22