From 0dcf91e5fbc67ab382bbc0eb40990ee8d7ac971a Mon Sep 17 00:00:00 2001 From: Anders Nilsson <anders.nilsson@cs.lth.se> Date: Fri, 19 Jan 2007 16:17:29 +0100 Subject: [PATCH] Just made it compile again --- CompilerGeneration.jrag | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CompilerGeneration.jrag b/CompilerGeneration.jrag index c19692e..7a3d667 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("}"); -- GitLab