new definition of ISALNUM
This commit is contained in:
parent
1832c960de
commit
1f93881100
@ -6,3 +6,6 @@
|
||||
#define THREE_PASS /* distinguish short and long branches */
|
||||
#define LISTING /* enable listing facilities */
|
||||
#define RELOCATION
|
||||
|
||||
#undef ISALNUM
|
||||
#define ISALNUM(c) (isalnum(c) || c == '_' || c == '.')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user