From 979bb1227dbe6b90013fa5373022cd25ad268c40 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 4 Nov 1996 04:36:31 +0000 Subject: Get rid of bogus #ifdef's. --- gnu/usr.bin/bc/proto.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/bc/proto.h b/gnu/usr.bin/bc/proto.h index 275a759..dd3782d 100644 --- a/gnu/usr.bin/bc/proto.h +++ b/gnu/usr.bin/bc/proto.h @@ -38,14 +38,8 @@ #endif /* Include the standard library header files. */ -#ifndef NO_UNISTD #include -#endif -#ifndef NO_STDLIB -#ifdef __STDC__ #include -#endif -#endif /* Define the _PROTOTYPE macro if it is needed. */ -- cgit v1.1