Index: cam_compile.c =================================================================== --- cam_compile.c (revision 24130) +++ cam_compile.c (revision 24131) @@ -26,7 +26,6 @@ * mailing list: pcb-rnd (at) list.repo.hu (send "subscribe") */ - #define GVT_DONT_UNDEF #include "cam_compile.h" #include Index: cam_compile.h =================================================================== --- cam_compile.h (revision 24130) +++ cam_compile.h (revision 24131) @@ -55,7 +55,6 @@ } op; } pcb_cam_code_t; - #define GVT(x) vtcc_ ## x #define GVT_ELEM_TYPE pcb_cam_code_t #define GVT_SIZE_TYPE size_t @@ -83,5 +82,4 @@ gds_t tmp; } cam_ctx_t; - #endif Index: cam_gui.c =================================================================== --- cam_gui.c (revision 24130) +++ cam_gui.c (revision 24131) @@ -118,7 +118,6 @@ else cell[1] = ""; - cell[3] = NULL; pcb_dad_tree_append(attr, NULL, cell); break;