Replaced calls to the custom strindex() and strrindex() functions with the
exactly equivalent and standard strchr() and strrchr() functions instead.
This commit is contained in:
@@ -13,7 +13,7 @@ extern error(char *, ...);
|
||||
/* All the functions in this file will be called by the parser.
|
||||
*/
|
||||
|
||||
extern char *strindex();
|
||||
extern char *strchr();
|
||||
|
||||
static struct Op_info { char *name, *type; }
|
||||
op_info[ MAX_OPERANDS] = { { 0, 0}};
|
||||
|
||||
Reference in New Issue
Block a user