diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-12-15 23:37:17 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-12-15 23:37:17 +0000 |
commit | a49cabc9ee82c2d67d783c6b5583f8bf42f27283 (patch) | |
tree | 86348700911aa5d94ba2f06c64d7d25fbf2b09d5 /gcc/protoize.c | |
parent | 89a5f6d1c1ce26d61783519ab8f6b0629c38dec2 (diff) | |
download | gcc-a49cabc9ee82c2d67d783c6b5583f8bf42f27283.tar.gz |
Remove declarations of setjmp and longjmp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6240 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index f3b13073c80..fe29c406a2b 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -1,6 +1,6 @@ /* Protoize program - Original version by Ron Guilmette at MCC. - Copyright (C) 1989, 1992 Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU CC. @@ -161,16 +161,6 @@ extern int link (); extern int unlink (); extern int access (); extern int execvp (); -/* In 2.6, try deleting these decls entirely since setjmp.h should - take care of them. */ -#ifndef __NeXT__ -#ifndef setjmp -extern int setjmp (); -#endif -#ifndef longjmp -extern void longjmp (); -#endif -#endif #if 0 /* size_t from sys/types.h may fail to match GCC. If so, we would get a warning from this. */ |