forked from Imagelibrary/binutils-gdb
2003-02-24 David Carlton <carlton@math.stanford.edu>
* symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to do the comparison, not strcmp. * symfile.c (compare_psymbols): Ditto. * defs.h: Declare strcmp_iw_ordered. * utils.c (strcmp_iw_ordered): New function.
This commit is contained in:
@@ -305,6 +305,8 @@ extern void notice_quit (void);
|
||||
|
||||
extern int strcmp_iw (const char *, const char *);
|
||||
|
||||
extern int strcmp_iw_ordered (const char *, const char *);
|
||||
|
||||
extern int streq (const char *, const char *);
|
||||
|
||||
extern int subset_compare (char *, char *);
|
||||
|
||||
Reference in New Issue
Block a user