From d5ff53d035b4bc1410a99b946f685f0f0127af49 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Fri, 2 May 2003 04:20:44 +0000 Subject: [PATCH] Another IRIX portability fix. (Chad Austin) git-svn-id: http://scons.tigris.org/svn/scons/trunk@669 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 ac11b2a3..3167d673 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 */ } """) -- 2.26.2