From: me22 (me22.ca_at_[hidden])
Date: 2005-06-30 16:44:54


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