@@ -1,9 +1,9 @@ /* Trampoline accessor test */ /* - * Copyright 1995-1999, 2002 Bruno Haible, + * Copyright 1995-1999, 2002, 2005 Bruno Haible, * * This is free software distributed under the GNU General Public Licence * described in the file COPYING. Contact the author if you don't have this * or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied, * on this software. @@ -18,16 +18,11 @@ typedef int (*function)(...); #else typedef int (*function)(); #endif -#if defined(__STDC__) || defined(__GNUC__) || defined(__cplusplus) int f (int x) -#else -int f (x) - int x; -#endif { return x; } void* variable; static int data;