new definition of ISALNUM
This commit is contained in:
parent
78a61585ce
commit
0a4b847f50
|
@ -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…
Reference in a new issue