Another IRIX portability fix. (Chad Austin)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 2 May 2003 04:20:44 +0000 (04:20 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 2 May 2003 04:20:44 +0000 (04:20 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@669 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/option--implicit-cache.py

index ac11b2a38434ebfd996f8766beae200e4783d81f..3167d673a8ab1fe97259db09440f729b3f528d91 100644 (file)
@@ -354,9 +354,10 @@ test.subdir('i2')
 test.write('foo.c', """
 #include <foo.h>
 
-int foo(void)
+void foo(void)
 {
     FOO_H_DEFINED
+    ++x;  /* reference x */
 }
 """)