diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 07:51:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 07:51:44 +0000 |
commit | cd74f171ba09aeab84ca45e1fc7af11b7f2caee1 (patch) | |
tree | 53c349b71597b659dfcd36b6c35c12abd29de706 /games/atc | |
parent | ab9bd1b7339a484e8cc875be1015b837d317d05f (diff) |
more r?index -> strr?chr changes
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/include.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/atc/include.h b/games/atc/include.h index bfa892e52a2..fb600f12768 100644 --- a/games/atc/include.h +++ b/games/atc/include.h @@ -72,8 +72,6 @@ #include <curses.h> #ifdef SYSV -#define index strchr -#define rindex strrchr #define bcopy(a,b,c) memcpy((b), (a), (c)) #define bzero(a,b) memset((a), '\0', (b)) #define srandom srand |