This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] /
1 package Lex;
2
3 class EndOfLineComment extends Comment {
4   EndOfLineComment(String comment) { appendLine(comment); }
5 }