aboutsummaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 6c81d3ab..16c99673 100644
--- a/command.c
+++ b/command.c
@@ -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)
*/