summaryrefslogtreecommitdiffstats
path: root/test/Library.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-04-26 13:02:02 (GMT)
committerSteven Knight <knight@baldmt.com>2003-04-26 13:02:02 (GMT)
commita925fbfbbecd978b6275ba0592e3bd21b0bd7781 (patch)
tree292853eb221ebe82c9e9b47c03c74b78a155add0 /test/Library.py
parentdbb26a739bda888c1b7e206dbf6753ebadc68ebc (diff)
downloadSCons-a925fbfbbecd978b6275ba0592e3bd21b0bd7781.zip
SCons-a925fbfbbecd978b6275ba0592e3bd21b0bd7781.tar.gz
SCons-a925fbfbbecd978b6275ba0592e3bd21b0bd7781.tar.bz2
Portability fixes for test. (Chad Austin)
Diffstat (limited to 'test/Library.py')
-rw-r--r--test/Library.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library.py b/test/Library.py
index 1a71586..980e7c5 100644
--- a/test/Library.py
+++ b/test/Library.py
@@ -86,6 +86,7 @@ f3b(void)
""")
test.write('f3c.c', r"""
+void
f3c(void)
{
printf("f3c.c\n");