From 48bbe8e612d520fe88cfa3dad057366e047f86af Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 15 Sep 2001 18:42:58 +0000 Subject: [PATCH] * gcc.dg/cpp/macro9.c: Update to make lucky passes harder. From-SVN: r45637 --- gcc/testsuite/gcc.dg/cpp/macro9.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2