From 19627bf6bf274fd391898aec9d74881767b6f39a Mon Sep 17 00:00:00 2001
From: Anders Nilsson <anders.nilsson@cs.lth.se>
Date: Fri, 31 Aug 2007 10:15:24 +0200
Subject: [PATCH] Fixed the bug so that we can now run both x3d and configForm
 (PrettyPrinter) examples.

---
 CompilerGeneration.jrag | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CompilerGeneration.jrag b/CompilerGeneration.jrag
index ca21d58..5ebd079 100644
--- a/CompilerGeneration.jrag
+++ b/CompilerGeneration.jrag
@@ -107,7 +107,6 @@ aspect GenJavaCC {
         pStream.println("		   s += getData();");
         pStream.println("        } ");
         pStream.println("  }       ");
-        pStream.println("  <GT>");
         pStream.println("     {jjtThis.setSTRING(s);}");
         pStream.println("}");
         pStream.println();
-- 
GitLab