aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-doc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-doc.boot')
-rw-r--r--src/interp/c-doc.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-doc.boot b/src/interp/c-doc.boot
index 41450e08..2e57a549 100644
--- a/src/interp/c-doc.boot
+++ b/src/interp/c-doc.boot
@@ -642,7 +642,7 @@ newWordFrom(l,i,m) ==
checkAddPeriod s == --No, just leave blank at the end (rdj: 10/18/91)
m := MAXINDEX s
lastChar := s . m
- lastChar = char '_! or lastChar = char '_? or lastChar = char '_. => s
+ lastChar = char "!" or lastChar = char '_? or lastChar = char '_. => s
lastChar = char '_, or lastChar = char '_; =>
s . m := (char '_.)
s