From 6ff57537337826413fb1e1c4c00e60ba1bfb042e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 21 Nov 1992 19:10:55 +0000 Subject: [PATCH] entered into RCS From-SVN: r2767 --- gcc/config/m68k/xm-mot3300.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h index 2dc36fe1494..72b04cfad7f 100644 --- a/gcc/config/m68k/xm-mot3300.h +++ b/gcc/config/m68k/xm-mot3300.h @@ -5,3 +5,6 @@ #define bcopy(a,b,c) memcpy (b,a,c) #define bzero(a,b) memset (a,0,b) #define bcmp(a,b,c) memcmp (a,b,c) + +#define rindex strrchr +#define index strchr -- 2.30.2