diff options
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r-- | bfd/hosts/i386v.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index d6b0063..a971991 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -26,8 +26,6 @@ #define bzero(s,n) memset(s,0,n) #include <string.h> -#define index(s,c) strchr(s,c) -#define rindex(s,c) strrchr(s,c) #ifndef DONTDECLARE_MALLOC extern PTR EXFUN(malloc,(unsigned)); |