aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/i386v.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-19 18:34:55 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-19 18:34:55 +0000
commit3f06498af4db5abb4e7e877ffbb487cd03897290 (patch)
treec15ad1cfa6cf705208d7382bf72a3e6ab80a624e /bfd/hosts/i386v.h
parent058eb7667b8ca3526ad6ab8f3fdc86a34d88412e (diff)
downloadgdb-3f06498af4db5abb4e7e877ffbb487cd03897290.zip
gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.gz
gdb-3f06498af4db5abb4e7e877ffbb487cd03897290.tar.bz2
changes for SVR3.2
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r--bfd/hosts/i386v.h2
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));