projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4305d8a
)
POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
Gurusamy Sarathy [Mon, 24 Apr 2000 08:13:52 +0000 (08:13 +0000)]
p4raw-id: //depot/perl@5925
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
48dad64
..
2035c3f
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-1510,7
+1510,8
@@
S_scan_const(pTHX_ char *start)
*d = *s++;
if (isLOWER(*d))
*d = toUPPER(*d);
- *d++ = toCTRL(*d);
+ *d = toCTRL(*d);
+ d++;
#else
len = *s++;
*d++ = toCTRL(len);