From af1b61f55a195350b4491438e8b2c381c4ba34bc Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sun, 17 May 2009 15:28:42 +0000 Subject: 20090517-1627 --- appl/cmd/m4.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd/m4.b') diff --git a/appl/cmd/m4.b b/appl/cmd/m4.b index 39558384..bc992b4f 100644 --- a/appl/cmd/m4.b +++ b/appl/cmd/m4.b @@ -288,7 +288,7 @@ isname(s: string): int isalpha(c: int): int { - return c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z' || c == '_' || c > 16r80; + return c >= 'a' && c <= 'z' || c >= 'A' && c <= 'Z' || c == '_' || c > 16rA0; } hash(name: string): int -- cgit v1.2.3