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 THREE_PASS /* distinguish short and long branches */
|
||||||
#define LISTING /* enable listing facilities */
|
#define LISTING /* enable listing facilities */
|
||||||
#define RELOCATION
|
#define RELOCATION
|
||||||
|
|
||||||
|
#undef ISALNUM
|
||||||
|
#define ISALNUM(c) (isalnum(c) || c == '_' || c == '.')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user