entered into RCS
authorRichard Stallman <rms@gnu.org>
Tue, 10 Nov 1992 03:18:02 +0000 (03:18 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 10 Nov 1992 03:18:02 +0000 (03:18 +0000)
From-SVN: r2729

gcc/config/m68k/xm-3b1.h

index 2dc36fe..cb896ff 100644 (file)
@@ -5,3 +5,5 @@
 #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 index strchr
+#define rindex strrchr