* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.

From-SVN: r9323
This commit is contained in:
Per Bothner 1995-04-07 01:42:27 -07:00
parent 203fffe550
commit 86c041d275
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#define PATH_SEPARATOR ':'
#endif
/* In case config.h defines these. */
#undef bcopy
#undef bzero
#undef bcmp
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>