diff --git a/CompilerGeneration.jrag b/CompilerGeneration.jrag index c19692e1f463f1a5a67ae155a252e99c885d4531..7a3d6674c99f7265b1b4a90d40e0dac831be03cf 100644 --- a/CompilerGeneration.jrag +++ b/CompilerGeneration.jrag @@ -361,9 +361,9 @@ aspect GenMisc { pStream.println(ind(1)+"}"); // ClassUse.decl() - pStream.println(ind(1)+"syn lazy Thing ClassUse.decl() {"); - pStream.println(ind(2)+ - pStream.println(ind(1)+"}\n"); +// pStream.println(ind(1)+"syn lazy Thing ClassUse.decl() {"); +// pStream.println(ind(2)+ +// pStream.println(ind(1)+"}\n"); super.genMisc(pStream); pStream.println("}");