From eaef7fa1c02e2f741e25051b0eb2b3b03a658f30 Mon Sep 17 00:00:00 2001 From: Anders Nilsson <anders.nilsson@cs.lth.se> Date: Wed, 20 Dec 2006 16:22:27 +0100 Subject: [PATCH] Synching --- CompilerGeneration.jrag | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CompilerGeneration.jrag b/CompilerGeneration.jrag index 2876add..c19692e 100644 --- a/CompilerGeneration.jrag +++ b/CompilerGeneration.jrag @@ -361,7 +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"); super.genMisc(pStream); pStream.println("}"); -- GitLab