summaryrefslogtreecommitdiff
path: root/test/RANLIB
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-09-29 12:35:18 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2015-09-29 12:35:18 -0700
commit0d7126e960bdf99dd9bb2bbd1b2a730741d4a8f9 (patch)
treeefef117187e6526504be7c21236644c0f08b70f8 /test/RANLIB
parentb74f22668404ab7cc259240d2a2ff5c14cbb6744 (diff)
downloadscons-0d7126e960bdf99dd9bb2bbd1b2a730741d4a8f9.tar.gz
fix C99 non compliance
Diffstat (limited to 'test/RANLIB')
-rw-r--r--test/RANLIB/RANLIBFLAGS.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/RANLIB/RANLIBFLAGS.py b/test/RANLIB/RANLIBFLAGS.py
index 636059b4..86e5283f 100644
--- a/test/RANLIB/RANLIBFLAGS.py
+++ b/test/RANLIB/RANLIBFLAGS.py
@@ -82,6 +82,10 @@ library_function(void)
test.write('main.c', r"""
#include <stdlib.h>
+void
+library_function(void);
+
+
int
main(int argc, char *argv[])
{