Index: obj_common.h =================================================================== --- obj_common.h (revision 15922) +++ obj_common.h (revision 15923) @@ -242,4 +242,12 @@ (obj->override_color[0] == '#') \ ) +/* a pointer is created from index addressing because the base pointer + * may change when new memory is allocated; + * + * all data is relative to an objects name 'top' which can be either + * PCB or PasteBuffer */ +#define PCB_END_LOOP }} while (0) +#define PCB_ENDALL_LOOP }} while (0); }} while(0) + #endif