summaryrefslogtreecommitdiff
path: root/appl/cmd/m4.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-05-17 15:28:42 +0000
committerCharles.Forsyth <devnull@localhost>2009-05-17 15:28:42 +0000
commitaf1b61f55a195350b4491438e8b2c381c4ba34bc (patch)
tree1d21834680a5c02e205d176c32dcf2a6f5db79fb /appl/cmd/m4.b
parent8d8ff66ed15c0d625b78f11a4feeeef6516937be (diff)
20090517-1627
Diffstat (limited to 'appl/cmd/m4.b')
-rw-r--r--appl/cmd/m4.b2
1 files changed, 1 insertions, 1 deletions
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