From de149cdbaf9327b5dbb85b1a473fce5c6ec7951f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Dec 2000 20:26:07 +0000 Subject: Make local functions static. --- setjmp/jmpbug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setjmp/jmpbug.c') diff --git a/setjmp/jmpbug.c b/setjmp/jmpbug.c index 0dbf7f9231..125977b2f7 100644 --- a/setjmp/jmpbug.c +++ b/setjmp/jmpbug.c @@ -4,13 +4,13 @@ #include #include -void +static void sub5 (jmp_buf buf) { longjmp (buf, 1); } -void +static void test (int x) { jmp_buf buf; -- cgit v1.2.3