From 8b2e2047624600d20e0ca2bd8235514aeaa9239b Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 2 May 2003 04:20:44 +0000 Subject: Another IRIX portability fix. (Chad Austin) --- test/option--implicit-cache.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/option--implicit-cache.py b/test/option--implicit-cache.py index ac11b2a..3167d67 100644 --- a/test/option--implicit-cache.py +++ b/test/option--implicit-cache.py @@ -354,9 +354,10 @@ test.subdir('i2') test.write('foo.c', """ #include -int foo(void) +void foo(void) { FOO_H_DEFINED + ++x; /* reference x */ } """) -- cgit v0.12