aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-12-15 18:37:17 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-12-15 18:37:17 -0500
commitc11ffdbd029ce4037aea19e8df0c23e0f64a3580 (patch)
tree86348700911aa5d94ba2f06c64d7d25fbf2b09d5 /gcc/protoize.c
parentb71c7f8acb8013f271542dbed7f35d8f92c986c5 (diff)
downloadgcc-c11ffdbd029ce4037aea19e8df0c23e0f64a3580.zip
gcc-c11ffdbd029ce4037aea19e8df0c23e0f64a3580.tar.gz
gcc-c11ffdbd029ce4037aea19e8df0c23e0f64a3580.tar.bz2
Remove declarations of setjmp and longjmp.
From-SVN: r6240
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index f3b1307..fe29c40 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. */