Index: centgeo.c =================================================================== --- centgeo.c (revision 31010) +++ centgeo.c (revision 31011) @@ -113,7 +113,7 @@ } /* intersection is at least on CD */ - /* [removed this case since it always returns pcb_false --asp] */ + /* [removed this case since it always returns rnd_false --asp] */ return 0; } Index: constraint_gui.c =================================================================== --- constraint_gui.c (revision 31010) +++ constraint_gui.c (revision 31011) @@ -324,7 +324,7 @@ /* set up the context */ cnstgui_ctx.active = 1; - RND_DAD_NEW("constraint", cnstgui_ctx.dlg, "Drawing constraints", &cnstgui_ctx, pcb_false, cnstgui_close_cb); + RND_DAD_NEW("constraint", cnstgui_ctx.dlg, "Drawing constraints", &cnstgui_ctx, rnd_false, cnstgui_close_cb); cons_changed(); Index: ddraft.c =================================================================== --- ddraft.c (revision 31010) +++ ddraft.c (revision 31011) @@ -513,7 +513,7 @@ NULL, NULL, NULL, /* escape */ - pcb_false + rnd_false };