aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-06-18 15:50:09 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-06-18 15:50:09 -0400
commitb565a3163d3682380536a2e6b0ebac6f59fa9a5e (patch)
treee8baf2e87bc967cacab1ed9fdb07f2ad0a3bbd72 /gcc/protoize.c
parent7c0891a18faee70439f8fbe903f499f198af43c3 (diff)
downloadgcc-b565a3163d3682380536a2e6b0ebac6f59fa9a5e.zip
gcc-b565a3163d3682380536a2e6b0ebac6f59fa9a5e.tar.gz
gcc-b565a3163d3682380536a2e6b0ebac6f59fa9a5e.tar.bz2
*** empty log message ***
From-SVN: r1213
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 0850924..53ae866 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -194,15 +194,6 @@ extern char * strrchr ();
#define STRINGIFY(STRING) "STRING"
#endif
-/* POSIX systems will not have definitions for WIFEXITED or WEXITSTATUS.
- Define them correctly and so that they work for all environments. */
-
-#undef WIFEXITED
-#define WIFEXITED(status_word) ((*((int *)&status_word) & 0xff) == 0x00)
-
-#undef WEXITSTATUS
-#define WEXITSTATUS(status_word) ((*((int *)&status_word) & 0xff00) >> 8)
-
/* Define a default place to find the SYSCALLS.X file. */
#ifndef STD_PROTO_DIR