diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-18 19:50:09 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-18 19:50:09 +0000 |
commit | fda4fc2e0c1f3c0ace459de55eb34b516ad05ef4 (patch) | |
tree | e8baf2e87bc967cacab1ed9fdb07f2ad0a3bbd72 /gcc/protoize.c | |
parent | b59387aeb879b26288c7714ae0e3b5f1f2011a24 (diff) | |
download | gcc-fda4fc2e0c1f3c0ace459de55eb34b516ad05ef4.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1213 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 085092421ab..53ae866ac84 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 |