Parser fails if: "end; -- end package"
Status: Alpha
Brought to you by:
altumano
It happens if there is one package in a file and looks like
this:
PACKAGE RKOB_SZE IS
procedure JszmTProc;
END; -- end RKOB_SZE package spec.
<EOF>
If I remove the comment from the last line after the end;
statement, there will be no problem.
Logged In: YES
user_id=86901
Correction: it fails when one-line comment is followed by
EOF, without linebreak.
Does not occur on Unix.
Fixed in CVS.