Changed iterator behavior...It only iterates over the items in the set
[repair.git] / Repair / RepairCompiler / MCC / link.struct
index 162f0af7250ca95ef2b2fa09d82c6c92e9441a41..f8782dc32e6237eb6f32169fa874e6ab6863400b 100755 (executable)
@@ -1,4 +1,6 @@
+Node* head;
 structure Node {
      int data;
      Node *next;
+     Node *prev;
 }