From: stevenknight Date: Fri, 2 May 2003 04:20:44 +0000 (+0000) Subject: Another IRIX portability fix. (Chad Austin) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5ff53d035b4bc1410a99b946f685f0f0127af49;p=scons.git Another IRIX portability fix. (Chad Austin) git-svn-id: http://scons.tigris.org/svn/scons/trunk@669 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 */ } """)