source: trunk/yao/share/antlr-2.7.7/examples/csharp/csccbug.cs @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 131 bytes
Line 
1// wh: bug(?) in DotGNU 0.6 - "using antlr" will workaround the problem.
2#if __CSCC__
3using antlr;
4#else
5class Dummy {}   
6#endif
Note: See TracBrowser for help on using the repository browser.