From 43ae693e4771cdd9b4850243e0b4c115dab3bff4 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 29 Jun 1992 19:18:38 +0000 Subject: [PATCH] entered into RCS From-SVN: r1342 --- gcc/cccp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/cccp.c b/gcc/cccp.c index f52c4c9..ed6a053 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -73,8 +73,6 @@ typedef unsigned char U_CHAR; #include /* for __DATE__ and __TIME__ */ #include #else -#define index strchr -#define rindex strrchr #include #include #endif /* USG */ @@ -1625,7 +1623,7 @@ main (argc, argv) s = spec; /* Find the space before the DEPS_TARGET, if there is one. */ - /* Don't use `index'; that causes trouble on USG. */ + /* This should use index. (mrs) */ while (*s != 0 && *s != ' ') s++; if (*s != 0) { deps_target = s + 1; -- 2.7.4