improved for EOF handling
This commit is contained in:
parent
b6c29b5541
commit
cde3638bc9
@ -23,6 +23,7 @@ s/.*{\(.*\),.*\(".*"\).*$/ case \1 :\
|
|||||||
|
|
||||||
cat <<'--EOT--'
|
cat <<'--EOT--'
|
||||||
default:
|
default:
|
||||||
|
if (tok <= 0) return "end of file";
|
||||||
if (tok < 040 || tok >= 0177) {
|
if (tok < 040 || tok >= 0177) {
|
||||||
return "bad token";
|
return "bad token";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user