summaryrefslogtreecommitdiff
path: root/test/RANLIB
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-09-29 12:05:35 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2015-09-29 12:05:35 -0700
commitb74f22668404ab7cc259240d2a2ff5c14cbb6744 (patch)
tree11528c27e8fc3b1b2ff0504228e95c11c6314d68 /test/RANLIB
parenta7759f5e1ce74014bd0ca680c0146d435357bda6 (diff)
downloadscons-b74f22668404ab7cc259240d2a2ff5c14cbb6744.tar.gz
fix test to run on macosx by fixing C99 non compliance
Diffstat (limited to 'test/RANLIB')
-rw-r--r--test/RANLIB/RANLIB.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/RANLIB/RANLIB.py b/test/RANLIB/RANLIB.py
index c9fc10fc..fbfe36cc 100644
--- a/test/RANLIB/RANLIB.py
+++ b/test/RANLIB/RANLIB.py
@@ -81,6 +81,10 @@ library_function(void)
test.write('main.c', r"""
#include <stdlib.h>
+
+void
+library_function(void);
+
int
main(int argc, char *argv[])
{