diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1995-04-07 01:42:27 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1995-04-07 01:42:27 -0700 |
commit | 86c041d275a27566a50f51f86c6331b03cba8da1 (patch) | |
tree | b49ddf117fd5f94093d54d114d911b9b185b9c75 /gcc/cpplib.c | |
parent | 203fffe550058ffd67abc52908652e849ec54603 (diff) | |
download | gcc-86c041d275a27566a50f51f86c6331b03cba8da1.zip gcc-86c041d275a27566a50f51f86c6331b03cba8da1.tar.gz gcc-86c041d275a27566a50f51f86c6331b03cba8da1.tar.bz2 |
* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.
From-SVN: r9323
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 1ba96d82..15910af 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -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> |