-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] single-line %initthrow option fails [sf#50] #52
Comments
Commented by lsf37 on 2002-01-30 09:03 UTC I could reproduce the error to a degree: So the workaround is: make sure that the last "r" of Error I'll fix the extra-space thing in the next release, of course. |
Updated by lsf37 on 2002-01-30 09:03 UTC
|
Commented by nobody on 2002-01-31 02:53 UTC On trying to workaround the bug, I discovered that it was |
Updated by lsf37 on 2004-04-12 12:26 UTC
|
*Reported by anonymous on 2002-01-29 03:12 UTC
The syntax
%initthrow{
IOException, Error
%initthrow}
works fine, but
%initthrow IOException, Error
does not, despite the documentation (in 1.3.5)
The text was updated successfully, but these errors were encountered: