checkpoint
authoradam <adam@megacz.com>
Mon, 19 Dec 2005 06:52:43 +0000 (01:52 -0500)
committeradam <adam@megacz.com>
Mon, 19 Dec 2005 06:52:43 +0000 (01:52 -0500)
darcs-hash:20051219065243-5007d-c385cea811c52fcadb524b4c1aa8d5bb56401072.gz

src/edu/berkeley/sbp/misc/MetaGrammar.java

index 13da0ca..937a9f7 100644 (file)
@@ -165,7 +165,7 @@ public class MetaGrammar extends ReflectiveWalker {
                     ret[i*2]   = oi;
                     drops[i*2] = this.drops[i];
                     if (i*2+1<ret.length) {
-                        ret[i*2+1] = new MyDrop(e);
+                        ret[i*2+1] = e;
                         drops[i*2+1] = true;
                     }
                 }