You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by nsdahyab on 2008-06-30 23:40 UTC
In 1.4.1 and 1.4.2, the zzEOFDone field isn't reset along with zzAtEOF in the generated yyreset(Reader) method. I don't have 1.4.0 locally to compare its output, but 1.4pre3 doesn't seem to create that field.
The text was updated successfully, but these errors were encountered:
lsf37
changed the title
zzEOFDone not reset in yyreset(Reader)
[Bug] zzEOFDone not reset in yyreset(Reader) [sf#94]
Feb 15, 2015
Commented by lsf37 on 2008-07-27 06:57 UTC
Logged In: YES
user_id=93534
Originator: NO
Thanks for the report. This is now fixed in revision 380 in the repository.
The zzEOFDone field is generated conditionally. It appears only when the %eofcode directive is used.
A workaround might be to use an <<EOF>> action instead or to edit yyreset in the skeleton file and provide the new version explicitly on the command line.
Reported by nsdahyab on 2008-06-30 23:40 UTC
In 1.4.1 and 1.4.2, the zzEOFDone field isn't reset along with zzAtEOF in the generated yyreset(Reader) method. I don't have 1.4.0 locally to compare its output, but 1.4pre3 doesn't seem to create that field.
The text was updated successfully, but these errors were encountered: