From: Neil Booth Date: Sat, 15 Sep 2001 18:42:58 +0000 (+0000) Subject: * gcc.dg/cpp/macro9.c: Update to make lucky passes harder. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48bbe8e612d520fe88cfa3dad057366e047f86af;p=gcc.git * gcc.dg/cpp/macro9.c: Update to make lucky passes harder. From-SVN: r45637 --- diff --git a/gcc/testsuite/gcc.dg/cpp/macro9.c b/gcc/testsuite/gcc.dg/cpp/macro9.c index f79d15c575d..ef9e3697ef5 100644 --- a/gcc/testsuite/gcc.dg/cpp/macro9.c +++ b/gcc/testsuite/gcc.dg/cpp/macro9.c @@ -8,7 +8,7 @@ immediately followed by a directive, then we process the directive properly. */ -#define int() -int -#define main main () { return 0; } -main +#define main() +int main +#define mainbody () { return 0; } +mainbody