* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Apr 1995 08:42:27 +0000 (01:42 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Apr 1995 08:42:27 +0000 (01:42 -0700)
From-SVN: r9323

gcc/cpplib.c

index 1ba96d8..15910af 100644 (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>