From 2355e88c9637174f10c3dec3efb15ee6626fb3e5 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 29 Sep 2015 12:05:35 -0700 Subject: fix test to run on macosx by fixing C99 non compliance --- test/RANLIB/RANLIB.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/RANLIB/RANLIB.py b/test/RANLIB/RANLIB.py index c9fc10f..fbfe36c 100644 --- a/test/RANLIB/RANLIB.py +++ b/test/RANLIB/RANLIB.py @@ -81,6 +81,10 @@ library_function(void) test.write('main.c', r""" #include + +void +library_function(void); + int main(int argc, char *argv[]) { -- cgit v0.12