new definition of ISALNUM
This commit is contained in:
parent
78a61585ce
commit
0a4b847f50
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue