summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1997-12-02 22:34:00 +0000
committercgd <cgd@NetBSD.org>1997-12-02 22:34:00 +0000
commite4d749962a5f5dc642e053c35f82de85ed9b9bef (patch)
treeb151b756f85f07a1ce0eadf16a551d6cd0b25291 /sys/dev/microcode/isp
parent11751c2757f2a3bfd083ff8602d2c27ad2c5a4bf (diff)
add a typedef which describes elements in the push-back buffer. Make
that typedef 'short'. 'char' (which was previously used) because char may be unsigned and ((char)EOF) != EOF if that is the case. That was causing the (char)EOF (0xff) pushed back in main to be interepreted as a character, and, in some cases, to be written to the output. 'short' was used rather than 'signed char' because if the latter is used, 0xff characters in the input would confuse m4. (No point in introducing (more?) 8-bit lossage.)
Diffstat (limited to 'sys/dev/microcode/isp')
0 files changed, 0 insertions, 0 deletions