diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:15:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 09:15:02 +0200 |
commit | 44611db36ba329fab248179e0350d44fcff5e3c2 (patch) | |
tree | fc1e2676b5c0d2865257aaf65cd66b1f5f473cb5 /command.c | |
parent | ef25d1166e7a183dd4d07f73904775234359de81 (diff) | |
download | egawk-44611db36ba329fab248179e0350d44fcff5e3c2.tar.gz egawk-44611db36ba329fab248179e0350d44fcff5e3c2.tar.bz2 egawk-44611db36ba329fab248179e0350d44fcff5e3c2.zip |
Improvements for z/OS, building and test suite.
Diffstat (limited to 'command.c')
-rw-r--r-- | command.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3180,7 +3180,7 @@ find_command(const char *token, size_t toklen) int abrv_match = -1; int partial_match = -1; -#if 'a' == 0x81 /* it's EBCDIC */ +#ifdef USE_EBCDIC /* make sure all lower case characters in token (sorting * isn't the solution in this case) */ |