Change macro `Real_To_Upper' to procedure `char_upcase'; similarly for
authorChris Hanson <org/chris-hanson/cph>
Tue, 13 Jan 1987 19:33:40 +0000 (19:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 13 Jan 1987 19:33:40 +0000 (19:33 +0000)
commit2a9956c99532e95a3bb2c88854ea619fc17f6da7
tree3ef07b114c528f6f4d5dfbadddf0b391058a4f09
parentd1397eb6981f3ca066667f5324fc28feeed3117b
Change macro `Real_To_Upper' to procedure `char_upcase'; similarly for
`char_downcase'.  This fixes a class of problems such as:

(Real_To_Upper (*scan++))
v7/src/microcode/char.c
v7/src/microcode/string.c