Menu

#2 %line option

open
nobody
None
5
2008-01-13
2008-01-13
Anonymous
No

If in the user code I use the %line option, I expect that I would be able to access yyline from within my C# code (which is using the generated class). However in the generated class yyline is left private despite using %line in the specification file. I expect that yyline should be made public when using the %line option. If yyline is manually changed to public in the generated class, everything works as expected

Discussion


Log in to post a comment.