Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 4607) +++ trunk/scconfig/Rev.h (revision 4608) @@ -1 +1 @@ -static const int myrev = 4603; +static const int myrev = 4608; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 4607) +++ trunk/scconfig/Rev.tab (revision 4608) @@ -1,4 +1,4 @@ -4603 configure unravel - the big cleanup, moving code and files +4608 configure unravel - the big cleanup, moving code and files 4588 configure disable bison by default 4587 configure draw_fab moved to a plugin 4450 configure io_lihata plugin config and 3rd party lib dependency fix Index: trunk/src/misc.c =================================================================== --- trunk/src/misc.c (revision 4607) +++ trunk/src/misc.c (nonexistent) @@ -1,80 +0,0 @@ -/* - * COPYRIGHT - * - * PCB, interactive printed circuit board design - * Copyright (C) 1994,1995,1996,2004,2006 Thomas Nau - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de - * - */ - -/* misc functions used by several modules */ - -#include "config.h" -#include "conf_core.h" - -#include -#include -#include -#include -#include -#include -#include - -/* --------------------------------------------------------------------------- - * creates a filename from a template - * %f is replaced by the filename - * %p by the searchpath - */ -#warning TODO: kill this in favor of pcb_strdup_subst -char *EvaluateFilename(const char *Template, const char *Path, const char *Filename) -{ - gds_t command; - const char *p; - - if (conf_core.rc.verbose) { - printf("EvaluateFilename:\n"); - printf("\tTemplate: \033[33m%s\033[0m\n", Template); - printf("\tPath: \033[33m%s\033[0m\n", Path); - printf("\tFilename: \033[33m%s\033[0m\n", Filename); - } - - gds_init(&command); - - for (p = Template; p && *p; p++) { - /* copy character or add string to command */ - if (*p == '%' && (*(p + 1) == 'f' || *(p + 1) == 'p' || *(p + 1) == 'a')) - switch (*(++p)) { - case 'f': - gds_append_str(&command, Filename); - break; - case 'p': - gds_append_str(&command, Path); - break; - } - else - gds_append(&command, *p); - } - - if (conf_core.rc.verbose) - printf("EvaluateFilename: \033[32m%s\033[0m\n", command.array); - - return command.array; -} - Index: trunk/src/misc.h =================================================================== --- trunk/src/misc.h (revision 4607) +++ trunk/src/misc.h (nonexistent) @@ -1,37 +0,0 @@ -/* - * COPYRIGHT - * - * PCB, interactive printed circuit board design - * Copyright (C) 1994,1995,1996,2006 Thomas Nau - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Contact addresses for paper mail and Email: - * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany - * Thomas.Nau@rz.uni-ulm.de - * - */ - -/* prototypes for misc routines - PCB data type dependent ones */ - -#ifndef PCB_MISC_H -#define PCB_MISC_H - -#include -#include "config.h" - -char *EvaluateFilename(const char *, const char *, const char *); - -#endif /* PCB_MISC_H */ Index: trunk/src/Makefile.dep =================================================================== --- trunk/src/Makefile.dep (revision 4607) +++ trunk/src/Makefile.dep (revision 4608) @@ -13,9 +13,9 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h misc.h \ - rtree.h undo.h move.h draw.h set.h polygon.h rtree.h plugins.h obj_all.h \ - box.h hid_actions.h dolists.h + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h rtree.h \ + undo.h move.h draw.h set.h polygon.h rtree.h plugins.h obj_all.h box.h \ + hid_actions.h dolists.h ../src_plugins/autoplace/action.o: ../src_plugins/autoplace/action.c \ ../config.h ../src_plugins/autoplace/autoplace.h global_typedefs.h \ pcb_bool.h unit.h plugins.h set.h global_typedefs.h hid_actions.h hid.h \ @@ -37,7 +37,7 @@ ../src_plugins/autoplace/autoplace.h global_typedefs.h box.h \ compat_misc.h compat_nls.h data.h crosshair.h rubberband.h vtonpoint.h \ hid.h error.h drc.h buffer.h draw.h error.h layer.h intersect.h rtree.h \ - macro.h misc.h move.h rats.h netlist.h route_style.h remove.h rotate.h \ + macro.h move.h rats.h netlist.h route_style.h remove.h rotate.h \ obj_pinvia.h obj_rat.h ptrlist.h ../src_plugins/autoroute/action.o: ../src_plugins/autoroute/action.c \ ../config.h ../src_plugins/autoroute/autoroute.h board.h const.h macro.h \ @@ -74,7 +74,7 @@ vtonpoint.h hid.h error.h drc.h buffer.h macro.h \ ../src_plugins/autoroute/autoroute.h board.h const.h macro.h \ vtroutestyle.h library.h rats_patch.h board.h font.h box.h math_helper.h \ - move.h misc_util.h box.h draw.h error.h find.h heap.h rtree.h misc.h \ + move.h misc_util.h box.h draw.h error.h find.h heap.h rtree.h \ ../src_plugins/autoroute/mtspace.h ../src_plugins/autoroute/vector.h \ polygon.h rtree.h rats.h netlist.h route_style.h remove.h \ obj_pinvia_therm.h undo.h pcb-printf.h set.h layer.h compat_nls.h \ @@ -101,8 +101,8 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h rats.h netlist.h \ route_style.h polygon.h rtree.h data.h crosshair.h rubberband.h \ - vtonpoint.h hid.h error.h drc.h buffer.h hid.h misc.h rtree.h undo.h \ - plugins.h obj_all.h hid_actions.h dolists.h + vtonpoint.h hid.h error.h drc.h buffer.h hid.h rtree.h undo.h plugins.h \ + obj_all.h hid_actions.h dolists.h ../src_plugins/dbus/dbus-pcbmain.o: ../src_plugins/dbus/dbus-pcbmain.c \ ../config.h ../src_plugins/dbus/dbus-pcbmain.h hid.h error.h drc.h \ unit.h global_typedefs.h pcb_bool.h attrib.h @@ -166,9 +166,9 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h misc.h \ - rtree.h undo.h rats.h netlist.h route_style.h error.h move.h draw.h \ - set.h plugins.h action_helper.h hid_actions.h dolists.h + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h rtree.h \ + undo.h rats.h netlist.h route_style.h error.h move.h draw.h set.h \ + plugins.h action_helper.h hid_actions.h dolists.h ../src_plugins/distaligntext/distaligntext.o: \ ../src_plugins/distaligntext/distaligntext.c ../config.h board.h const.h \ macro.h global_typedefs.h pcb_bool.h unit.h vtroutestyle.h \ @@ -183,14 +183,14 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h misc.h \ - rtree.h undo.h rats.h netlist.h route_style.h error.h move.h draw.h \ - set.h plugins.h action_helper.h hid_actions.h conf_core.h conf.h \ - pcb-printf.h ../src_3rd/genvector/gds_char.h \ - ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/dom.h \ - ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ - ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ - ../src_3rd/genvector/vtp0.h list_conf.h box.h dolists.h + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h rtree.h \ + undo.h rats.h netlist.h route_style.h error.h move.h draw.h set.h \ + plugins.h action_helper.h hid_actions.h conf_core.h conf.h pcb-printf.h \ + ../src_3rd/genvector/gds_char.h ../src_3rd/liblihata/lihata.h \ + ../src_3rd/liblihata/dom.h ../src_3rd/liblihata/lihata.h \ + ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ + ../src_3rd/liblihata/genht/ht.h ../src_3rd/genvector/vtp0.h list_conf.h \ + box.h dolists.h ../src_plugins/djopt/djopt.o: ../src_plugins/djopt/djopt.c ../config.h \ conf_core.h conf.h global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/genvector/genvector_impl.h \ @@ -243,9 +243,9 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h misc.h error.h \ - buffer.h layer.h plugins.h compat_misc.h misc_util.h obj_all.h hid.h \ - hid_attrib.h hid_nogui.h hid_draw_helpers.h hid_init.h hid_helper.h + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h buffer.h \ + layer.h plugins.h compat_misc.h misc_util.h obj_all.h hid.h hid_attrib.h \ + hid_nogui.h hid_draw_helpers.h hid_init.h hid_helper.h ../src_plugins/export_bom/bom.o: ../src_plugins/export_bom/bom.c \ ../config.h conf_core.h conf.h global_typedefs.h pcb_bool.h unit.h \ pcb-printf.h ../src_3rd/genvector/gds_char.h \ @@ -265,8 +265,8 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ - error.h drc.h buffer.h error.h misc.h pcb-printf.h plugins.h \ - compat_misc.h hid.h hid_nogui.h hid_attrib.h hid_helper.h hid_init.h + error.h drc.h buffer.h error.h pcb-printf.h plugins.h compat_misc.h \ + hid.h hid_nogui.h hid_attrib.h hid_helper.h hid_init.h ../src_plugins/export_dsn/dsn.o: ../src_plugins/export_dsn/dsn.c \ ../config.h board.h const.h macro.h global_typedefs.h pcb_bool.h unit.h \ vtroutestyle.h ../src_3rd/genvector/genvector_impl.h \ @@ -280,8 +280,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h misc.h \ - rats.h netlist.h route_style.h buffer.h change.h draw.h set.h undo.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h rats.h \ + netlist.h route_style.h buffer.h change.h draw.h set.h undo.h \ pcb-printf.h ../src_3rd/genvector/gds_char.h polygon.h rtree.h \ compat_misc.h layer.h hid.h hid_draw_helpers.h hid_nogui.h hid_actions.h \ hid_init.h hid_attrib.h hid_helper.h plugins.h obj_line.h obj_pinvia.h \ @@ -300,8 +300,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h misc.h error.h \ - draw.h hid_draw_helpers.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h draw.h \ + hid_draw_helpers.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ compat_misc.h layer.h hid_attrib.h hid_flags.h hid_helper.h hid.h \ hid_init.h plugins.h obj_pinvia.h ../src_plugins/export_gcode/curve.o: ../src_plugins/export_gcode/curve.c \ @@ -334,8 +334,8 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h error.h data.h crosshair.h rubberband.h vtonpoint.h \ - hid.h error.h drc.h buffer.h misc.h rats.h netlist.h route_style.h \ - hid_helper.h layer.h compat_misc.h hid.h hid_nogui.h hid_draw_helpers.h \ + hid.h error.h drc.h buffer.h rats.h netlist.h route_style.h hid_helper.h \ + layer.h compat_misc.h hid.h hid_nogui.h hid_draw_helpers.h \ ../src_plugins/export_gcode/gcode.h ../src_plugins/export_gcode/bitmap.h \ ../src_plugins/export_gcode/potracelib.h \ ../src_plugins/export_gcode/curve.h \ @@ -363,8 +363,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h misc.h error.h \ - draw.h layer.h pcb-printf.h ../src_3rd/genvector/gds_char.h plugins.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h draw.h \ + layer.h pcb-printf.h ../src_3rd/genvector/gds_char.h plugins.h \ hid_helper.h compat_misc.h hid.h hid_nogui.h hid_draw_helpers.h \ hid_init.h hid_attrib.h hid_flags.h conf_core.h conf.h pcb-printf.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/dom.h \ @@ -386,7 +386,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h rats.h netlist.h \ - route_style.h error.h find.h misc.h pcb-printf.h \ + route_style.h error.h find.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h netlist.h conf_core.h conf.h \ pcb-printf.h ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/dom.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ @@ -406,7 +406,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h crosshair.h rubberband.h \ vtonpoint.h ../src_3rd/genvector/genvector_impl.h \ ../src_3rd/genvector/genvector_undef.h hid.h error.h drc.h buffer.h \ - misc.h plugins.h compat_misc.h hid.h \ + plugins.h compat_misc.h hid.h \ ../src_plugins/export_lpr/../export_ps/ps.h hid_nogui.h hid_init.h \ hid_attrib.h hid_actions.h ../src_plugins/export_nelma/nelma.o: ../src_plugins/export_nelma/nelma.c \ @@ -422,8 +422,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h error.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h layer.h misc.h \ - rats.h netlist.h route_style.h plugins.h hid_helper.h hid.h hid_nogui.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h layer.h rats.h \ + netlist.h route_style.h plugins.h hid_helper.h hid.h hid_nogui.h \ hid_draw_helpers.h hid_init.h hid_attrib.h hid_flags.h hid_color.h \ dolists.h ../src_plugins/export_openscad/scad.o: \ @@ -440,7 +440,7 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h math_helper.h data.h \ - crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h misc.h \ + crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h \ error.h buffer.h conf_core.h conf.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/liblihata/lihata.h \ ../src_3rd/liblihata/dom.h ../src_3rd/liblihata/lihata.h \ @@ -462,8 +462,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h misc.h error.h \ - buffer.h misc_util.h hid.h hid_nogui.h hid_draw_helpers.h hid_init.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h buffer.h \ + misc_util.h hid.h hid_nogui.h hid_draw_helpers.h hid_init.h \ ../src_plugins/export_openscad/scad.h ../src_plugins/export_openscad/scadproto.o: \ ../src_plugins/export_openscad/scadproto.c ../config.h data.h \ @@ -478,7 +478,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h crosshair.h rubberband.h \ vtonpoint.h ../src_3rd/genvector/genvector_impl.h \ ../src_3rd/genvector/genvector_undef.h hid.h error.h drc.h buffer.h \ - misc.h error.h buffer.h hid.h hid_nogui.h hid_draw_helpers.h hid_init.h \ + error.h buffer.h hid.h hid_nogui.h hid_draw_helpers.h hid_init.h \ ../src_plugins/export_openscad/scad.h ../src_plugins/export_png/png.o: ../src_plugins/export_png/png.c \ ../config.h conf_core.h conf.h global_typedefs.h pcb_bool.h unit.h \ @@ -499,7 +499,7 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ - error.h drc.h buffer.h error.h misc.h layer.h misc_util.h compat_misc.h \ + error.h drc.h buffer.h error.h layer.h misc_util.h compat_misc.h \ plugins.h hid.h hid_nogui.h hid_draw_helpers.h \ ../src_plugins/export_png/png.h hid_init.h hid_attrib.h hid_color.h \ hid_helper.h hid_flags.h dolists.h @@ -522,7 +522,7 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h layer.h misc.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h layer.h \ pcb-printf.h hid.h hid_nogui.h hid_draw_helpers.h \ ../src_plugins/export_ps/ps.h hid_init.h hid_attrib.h hid_helper.h \ hid_flags.h hid_color.h @@ -539,8 +539,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h misc.h layer.h \ - error.h draw.h pcb-printf.h ../src_3rd/genvector/gds_char.h plugins.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h layer.h error.h \ + draw.h pcb-printf.h ../src_3rd/genvector/gds_char.h plugins.h \ hid_helper.h hid.h hid_nogui.h hid_draw_helpers.h \ ../src_plugins/export_ps/ps.h hid_init.h hid_attrib.h hid_flags.h \ hid_actions.h conf_core.h conf.h pcb-printf.h \ @@ -568,10 +568,9 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h misc.h \ - layer.h misc_util.h compat_misc.h plugins.h hid.h hid_nogui.h \ - hid_draw_helpers.h hid_init.h hid_attrib.h hid_color.h hid_helper.h \ - hid_flags.h dolists.h + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h layer.h \ + misc_util.h compat_misc.h plugins.h hid.h hid_nogui.h hid_draw_helpers.h \ + hid_init.h hid_attrib.h hid_color.h hid_helper.h hid_flags.h dolists.h ../src_plugins/export_test/export_test.o: \ ../src_plugins/export_test/export_test.c ../config.h conf_core.h conf.h \ global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ @@ -591,8 +590,8 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ - error.h drc.h buffer.h error.h misc.h pcb-printf.h plugins.h hid.h \ - hid_nogui.h hid_attrib.h hid_helper.h hid_init.h + error.h drc.h buffer.h error.h pcb-printf.h plugins.h hid.h hid_nogui.h \ + hid_attrib.h hid_helper.h hid_init.h ../src_plugins/export_xy/xy.o: ../src_plugins/export_xy/xy.c ../config.h \ conf_core.h conf.h global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/genvector/genvector_impl.h \ @@ -611,7 +610,7 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h misc.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h \ pcb-printf.h plugins.h compat_misc.h obj_pinvia.h hid.h hid_nogui.h \ hid_attrib.h hid_helper.h hid_init.h ../src_plugins/fontmode/fontmode.o: ../src_plugins/fontmode/fontmode.c \ @@ -633,9 +632,9 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ - error.h drc.h buffer.h draw.h flag.h layer.h misc.h move.h remove.h \ - rtree.h flag_str.h undo.h pcb-printf.h plugins.h hid_actions.h \ - compat_misc.h dolists.h + error.h drc.h buffer.h draw.h flag.h layer.h move.h remove.h rtree.h \ + flag_str.h undo.h pcb-printf.h plugins.h hid_actions.h compat_misc.h \ + dolists.h ../src_plugins/fp_fs/fp_fs.o: ../src_plugins/fp_fs/fp_fs.c ../config.h \ data.h globalconst.h global_typedefs.h pcb_bool.h unit.h layer.h \ attrib.h obj_all_list.h obj_arc_list.h obj_common.h \ @@ -650,7 +649,7 @@ vtonpoint.h ../src_3rd/genvector/genvector_impl.h \ ../src_3rd/genvector/genvector_undef.h hid.h error.h drc.h buffer.h \ paths.h plugins.h plug_footprint.h vtlibrary.h compat_fs.h compat_misc.h \ - error.h misc.h conf.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ + error.h conf.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/dom.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ @@ -685,8 +684,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h data.h \ - crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h layer.h \ - pcb-printf.h ../src_3rd/genvector/gds_char.h plugins.h compat_misc.h \ + crosshair.h rubberband.h vtonpoint.h hid.h buffer.h layer.h pcb-printf.h \ + ../src_3rd/genvector/gds_char.h plugins.h compat_misc.h \ hid_draw_helpers.h hid_nogui.h hid_actions.h hid_init.h dolists.h ../src_plugins/hid_gtk/ghid-cell-renderer-visibility.o: \ ../src_plugins/hid_gtk/ghid-cell-renderer-visibility.c ../config.h \ @@ -709,7 +708,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h drc.h hid_cfg.h \ hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h \ - crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -739,7 +738,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h drc.h hid_cfg.h \ hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h \ - crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -768,7 +767,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h drc.h hid_cfg.h \ hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h \ - crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -798,7 +797,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h drc.h hid_cfg.h \ hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h \ - crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -825,7 +824,7 @@ ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ ../src_3rd/liblihata/genht/ht.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -858,7 +857,7 @@ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h hid.h drc.h hid_cfg.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -886,7 +885,7 @@ ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ ../src_3rd/liblihata/genht/ht.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -935,7 +934,7 @@ macro.h vtroutestyle.h layer.h library.h rats_patch.h board.h font.h \ box.h math_helper.h move.h misc_util.h hid.h hid_cfg.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h buffer.h \ - misc.h ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ + ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ ../src_plugins/hid_gtk/ghid-route-style-selector.h route_style.h \ @@ -964,9 +963,8 @@ obj_poly_list.h obj_text_list.h obj_rat_list.h obj_rat.h library.h \ rats_patch.h board.h font.h box.h math_helper.h move.h misc_util.h hid.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h buffer.h misc.h \ - ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ - ../src_plugins/hid_gtk/ghid-main-menu.h \ + data.h crosshair.h buffer.h ../src_plugins/hid_gtk/ghid-coord-entry.h \ + unit.h ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ ../src_plugins/hid_gtk/ghid-route-style-selector.h route_style.h \ ../src_plugins/hid_gtk/gui-pinout-preview.h \ @@ -997,7 +995,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1027,7 +1025,7 @@ rats_patch.h board.h font.h box.h math_helper.h move.h misc_util.h hid.h \ error.h drc.h hid_cfg.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1060,7 +1058,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1087,7 +1085,7 @@ misc_util.h hid.h hid_cfg.h ../src_3rd/liblihata/dom.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ - hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h misc.h \ + hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1118,7 +1116,7 @@ obj_rat.h pcb-printf.h undo.h set.h ../src_plugins/hid_gtk/gui.h board.h \ const.h macro.h layer.h rats_patch.h board.h font.h box.h math_helper.h \ move.h hid.h hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h \ - hid_cfg.h data.h crosshair.h rubberband.h vtonpoint.h buffer.h misc.h \ + hid_cfg.h data.h crosshair.h rubberband.h vtonpoint.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1147,7 +1145,7 @@ ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ ../src_3rd/liblihata/genht/ht.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1178,7 +1176,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1209,7 +1207,7 @@ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h hid.h drc.h hid_cfg.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1236,8 +1234,8 @@ obj_elem.h obj_line_list.h obj_pad_list.h obj_pad.h obj_pinvia_list.h \ obj_pinvia.h obj_text.h ht_element.h ../src_3rd/liblihata/genht/ht.h \ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_text_list.h \ - obj_rat_list.h obj_rat.h crosshair.h buffer.h misc.h action_helper.h \ - set.h pcb-printf.h misc_util.h compat_nls.h ../src_plugins/hid_gtk/gui.h \ + obj_rat_list.h obj_rat.h crosshair.h buffer.h action_helper.h set.h \ + pcb-printf.h misc_util.h compat_nls.h ../src_plugins/hid_gtk/gui.h \ board.h const.h macro.h vtroutestyle.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h hid_cfg.h \ hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ @@ -1269,7 +1267,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1299,7 +1297,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1330,7 +1328,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1359,7 +1357,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1391,7 +1389,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h drc.h hid_cfg.h \ hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h \ - crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/gui-pinout-preview.h \ @@ -1425,7 +1423,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h hid.h error.h drc.h \ hid_cfg.h hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h \ - data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + data.h crosshair.h rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1452,7 +1450,7 @@ ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ ../src_3rd/liblihata/genht/ht.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h buffer.h misc.h \ + rubberband.h vtonpoint.h hid.h buffer.h \ ../src_plugins/hid_gtk/ghid-coord-entry.h unit.h \ ../src_plugins/hid_gtk/ghid-main-menu.h \ ../src_plugins/hid_gtk/ghid-layer-selector.h \ @@ -1481,7 +1479,7 @@ ../src_3rd/liblihata/genht/ht.h ../src_3rd/liblihata/genht/hash.h \ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h \ - buffer.h build_run.h crosshair.h layer.h misc.h pcb-printf.h hid.h \ + buffer.h build_run.h crosshair.h layer.h pcb-printf.h hid.h \ ../src_plugins/hid_lesstif/lesstif.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h compat_nls.h board.h const.h \ macro.h vtroutestyle.h library.h rats_patch.h board.h font.h box.h \ @@ -1506,8 +1504,8 @@ ../src_3rd/liblihata/genht/ht.h ../src_3rd/liblihata/genht/hash.h \ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h \ - buffer.h misc.h set.h buffer.h vtptr.h plug_footprint.h vtlibrary.h \ - hid.h ../src_plugins/hid_lesstif/lesstif.h hid_cfg_input.h \ + buffer.h set.h buffer.h vtptr.h plug_footprint.h vtlibrary.h hid.h \ + ../src_plugins/hid_lesstif/lesstif.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h hid_cfg.h compat_nls.h board.h const.h \ macro.h vtroutestyle.h library.h rats_patch.h board.h font.h box.h \ math_helper.h move.h misc_util.h ../src_plugins/hid_lesstif/stdarg.h @@ -1529,13 +1527,12 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h crosshair.h rubberband.h \ vtonpoint.h hid.h error.h drc.h buffer.h action_helper.h crosshair.h \ - layer.h misc.h pcb-printf.h clip.h event.h error.h plugins.h hid.h \ - hid_nogui.h hid_draw_helpers.h hid_cfg.h \ - ../src_plugins/hid_lesstif/lesstif.h hid_cfg_input.h \ - ../src_3rd/liblihata/genht/htip.h hid_cfg.h compat_nls.h board.h const.h \ - macro.h vtroutestyle.h library.h rats_patch.h board.h font.h box.h \ - math_helper.h move.h misc_util.h hid_attrib.h hid_helper.h hid_init.h \ - hid_color.h hid_extents.h hid_flags.h hid_actions.h \ + layer.h pcb-printf.h clip.h event.h error.h plugins.h hid.h hid_nogui.h \ + hid_draw_helpers.h hid_cfg.h ../src_plugins/hid_lesstif/lesstif.h \ + hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h compat_nls.h \ + board.h const.h macro.h vtroutestyle.h library.h rats_patch.h board.h \ + font.h box.h math_helper.h move.h misc_util.h hid_attrib.h hid_helper.h \ + hid_init.h hid_color.h hid_extents.h hid_flags.h hid_actions.h \ ../src_plugins/hid_lesstif/stdarg.h misc_util.h compat_misc.h dolists.h ../src_plugins/hid_lesstif/menu.o: ../src_plugins/hid_lesstif/menu.c \ ../src_plugins/hid_lesstif/xincludes.h ../config.h conf_core.h conf.h \ @@ -1554,8 +1551,8 @@ ht_element.h ../src_3rd/liblihata/genht/ht.h \ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h crosshair.h rubberband.h \ - vtonpoint.h hid.h error.h drc.h buffer.h error.h misc.h pcb-printf.h \ - layer.h hid.h hid_cfg.h hid_cfg_action.h hid_cfg.h hid_cfg_input.h \ + vtonpoint.h hid.h error.h drc.h buffer.h error.h pcb-printf.h layer.h \ + hid.h hid_cfg.h hid_cfg_action.h hid_cfg.h hid_cfg_input.h \ ../src_3rd/liblihata/genht/htip.h ../src_plugins/hid_lesstif/lesstif.h \ compat_nls.h board.h const.h macro.h vtroutestyle.h library.h \ rats_patch.h board.h font.h box.h math_helper.h move.h misc_util.h \ @@ -1607,11 +1604,10 @@ ../src_3rd/liblihata/genht/ht.h ../src_3rd/liblihata/genht/hash.h \ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h \ - buffer.h set.h misc.h pcb-printf.h hid.h \ - ../src_plugins/hid_lesstif/lesstif.h hid_cfg_input.h \ - ../src_3rd/liblihata/genht/htip.h hid_cfg.h compat_nls.h board.h const.h \ - macro.h vtroutestyle.h library.h rats_patch.h board.h font.h box.h \ - math_helper.h move.h misc_util.h hid_flags.h \ + buffer.h set.h pcb-printf.h hid.h ../src_plugins/hid_lesstif/lesstif.h \ + hid_cfg_input.h ../src_3rd/liblihata/genht/htip.h hid_cfg.h compat_nls.h \ + board.h const.h macro.h vtroutestyle.h library.h rats_patch.h board.h \ + font.h box.h math_helper.h move.h misc_util.h hid_flags.h \ ../src_plugins/hid_lesstif/stdarg.h misc_util.h ../src_plugins/import_dsn/dsn.o: ../src_plugins/import_dsn/dsn.c \ ../config.h board.h const.h macro.h global_typedefs.h pcb_bool.h unit.h \ @@ -1626,8 +1622,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h misc.h \ - rats.h netlist.h route_style.h buffer.h change.h draw.h set.h undo.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h rats.h \ + netlist.h route_style.h buffer.h change.h draw.h set.h undo.h \ pcb-printf.h ../src_3rd/genvector/gds_char.h polygon.h rtree.h \ compat_misc.h compat_nls.h obj_pinvia.h obj_rat.h action_helper.h hid.h \ hid_draw_helpers.h hid_nogui.h hid_actions.h hid_init.h hid_attrib.h \ @@ -1687,8 +1683,8 @@ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ ../src_3rd/genvector/vtp0.h list_conf.h plug_import.h conf_core.h \ - error.h misc.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h rats_patch.h compat_misc.h compat_nls.h + error.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h \ + buffer.h rats_patch.h compat_misc.h compat_nls.h ../src_plugins/import_sch/import_sch.o: \ ../src_plugins/import_sch/import_sch.c ../config.h conf_core.h conf.h \ global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ @@ -1709,7 +1705,7 @@ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ error.h drc.h buffer.h action_helper.h change.h error.h undo.h plugins.h \ - misc.h compat_fs.h pcb-printf.h remove.h rats.h netlist.h route_style.h \ + compat_fs.h pcb-printf.h remove.h rats.h netlist.h route_style.h \ hid_actions.h ../src_plugins/import_sch/import_sch_conf.h conf.h \ misc_util.h compat_nls.h obj_rat.h dolists.h \ ../src_plugins/import_sch/import_sch_conf_fields.h @@ -1754,8 +1750,7 @@ ../src_3rd/genvector/vtp0.h list_conf.h error.h data.h crosshair.h \ rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h \ ../src_plugins/io_kicad/read.h layer.h const.h netlist.h route_style.h \ - polygon.h rtree.h misc.h misc_util.h conf_core.h move.h macro.h \ - obj_all.h + polygon.h rtree.h misc_util.h conf_core.h move.h macro.h obj_all.h ../src_plugins/io_kicad/uniq_name.o: ../src_plugins/io_kicad/uniq_name.c \ ../src_3rd/liblihata/genht/hash.h ../config.h \ ../src_plugins/io_kicad/uniq_name.h ../src_3rd/liblihata/genht/htsp.h \ @@ -1782,7 +1777,7 @@ ../src_plugins/io_kicad/uniq_name.h ../src_3rd/liblihata/genht/htsp.h \ data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h \ ../src_plugins/io_kicad/write.h layer.h const.h netlist.h route_style.h \ - misc.h obj_all.h + obj_all.h ../src_plugins/io_kicad_legacy/io_kicad_legacy.o: \ ../src_plugins/io_kicad_legacy/io_kicad_legacy.c ../config.h plugins.h \ plug_io.h library.h global_typedefs.h pcb_bool.h unit.h conf.h \ @@ -1826,7 +1821,7 @@ ../src_3rd/liblihata/genht/htsp.h data.h crosshair.h rubberband.h \ vtonpoint.h hid.h error.h drc.h buffer.h \ ../src_plugins/io_kicad_legacy/write.h layer.h const.h netlist.h \ - route_style.h misc.h obj_all.h + route_style.h obj_all.h ../src_plugins/io_lihata/common.o: ../src_plugins/io_lihata/common.c \ ../config.h data.h globalconst.h global_typedefs.h pcb_bool.h unit.h \ layer.h attrib.h obj_all_list.h obj_arc_list.h obj_common.h \ @@ -1875,9 +1870,8 @@ error.h drc.h buffer.h plugins.h plug_io.h conf.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/liblihata/lihata.h \ ../src_3rd/genvector/vtp0.h list_conf.h flag_str.h compat_misc.h macro.h \ - error.h misc.h misc_util.h layer.h vtptr.h \ - ../src_plugins/io_lihata/common.h polygon.h rtree.h conf_core.h \ - obj_all.h + error.h misc_util.h layer.h vtptr.h ../src_plugins/io_lihata/common.h \ + polygon.h rtree.h conf_core.h obj_all.h ../src_plugins/io_lihata/write.o: ../src_plugins/io_lihata/write.c \ ../src_3rd/liblihata/tree.h ../src_3rd/liblihata/dom.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ @@ -1925,7 +1919,7 @@ ../src_3rd/liblihata/genht/ht.h ../src_3rd/liblihata/genht/hash.h \ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ - move.h misc_util.h misc.h compat_misc.h + move.h misc_util.h compat_misc.h ../src_plugins/io_pcb/file.o: ../src_plugins/io_pcb/file.c ../config.h \ conf_core.h conf.h global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/genvector/genvector_impl.h \ @@ -1945,7 +1939,7 @@ obj_poly_list.h obj_text_list.h obj_rat_list.h obj_rat.h crosshair.h \ buffer.h error.h ../src_plugins/io_pcb/file.h board.h const.h macro.h \ vtroutestyle.h library.h rats_patch.h board.h font.h box.h math_helper.h \ - move.h misc_util.h plug_io.h hid.h layer.h misc.h move.h \ + move.h misc_util.h plug_io.h hid.h layer.h move.h \ ../src_plugins/io_pcb/parse_common.h pcb-printf.h polygon.h rtree.h \ rats.h netlist.h route_style.h remove.h set.h flag_str.h compat_fs.h \ paths.h rats_patch.h hid_actions.h hid_flags.h \ @@ -1994,10 +1988,9 @@ obj_rat_list.h obj_rat.h crosshair.h buffer.h error.h \ ../src_plugins/io_pcb/file.h board.h const.h macro.h vtroutestyle.h \ library.h rats_patch.h board.h font.h box.h math_helper.h move.h \ - misc_util.h plug_io.h misc.h flag_str.h \ - ../src_plugins/io_pcb/parse_common.h ../src_plugins/io_pcb/parse_y.h \ - plug_footprint.h vtlibrary.h ../src_plugins/io_pcb/attribs.h \ - compat_misc.h compat_cc.h obj_common.h + misc_util.h plug_io.h flag_str.h ../src_plugins/io_pcb/parse_common.h \ + ../src_plugins/io_pcb/parse_y.h plug_footprint.h vtlibrary.h \ + ../src_plugins/io_pcb/attribs.h compat_misc.h compat_cc.h obj_common.h ../src_plugins/io_pcb/parse_y.o: ../src_plugins/io_pcb/parse_y.c \ ../config.h board.h const.h macro.h global_typedefs.h pcb_bool.h unit.h \ vtroutestyle.h ../src_3rd/genvector/genvector_impl.h \ @@ -2017,11 +2010,10 @@ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ ../src_3rd/genvector/vtp0.h list_conf.h layer.h data.h crosshair.h \ rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h error.h \ - ../src_plugins/io_pcb/file.h plug_io.h misc.h \ - ../src_plugins/io_pcb/parse_l.h polygon.h rtree.h remove.h rtree.h \ - flag_str.h obj_pinvia_therm.h rats_patch.h ../src_plugins/io_pcb/flags.h \ - flag.h route_style.h compat_misc.h obj_all.h \ - ../src_plugins/io_pcb/parse_y.h + ../src_plugins/io_pcb/file.h plug_io.h ../src_plugins/io_pcb/parse_l.h \ + polygon.h rtree.h remove.h rtree.h flag_str.h obj_pinvia_therm.h \ + rats_patch.h ../src_plugins/io_pcb/flags.h flag.h route_style.h \ + compat_misc.h obj_all.h ../src_plugins/io_pcb/parse_y.h ../src_plugins/jostle/jostle.o: ../src_plugins/jostle/jostle.c \ ../config.h board.h const.h macro.h global_typedefs.h pcb_bool.h unit.h \ vtroutestyle.h ../src_3rd/genvector/genvector_impl.h \ @@ -2035,9 +2027,9 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h misc.h \ - rtree.h undo.h rats.h netlist.h route_style.h polygon.h rtree.h remove.h \ - error.h set.h pcb-printf.h ../src_3rd/genvector/gds_char.h plugins.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h rtree.h \ + undo.h rats.h netlist.h route_style.h polygon.h rtree.h remove.h error.h \ + set.h pcb-printf.h ../src_3rd/genvector/gds_char.h plugins.h \ hid_actions.h layer.h conf_core.h conf.h pcb-printf.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/dom.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ @@ -2106,7 +2098,7 @@ ../src_3rd/liblihata/dom.h ../src_3rd/liblihata/lihata.h \ ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ ../src_3rd/liblihata/genht/ht.h ../src_3rd/genvector/vtp0.h list_conf.h \ - find.h misc.h polygon.h rtree.h math_helper.h search.h rats.h netlist.h \ + find.h polygon.h rtree.h math_helper.h search.h rats.h netlist.h \ route_style.h vtroutestyle.h misc_util.h set.h undo.h plugins.h \ compat_misc.h rats.h ../src_plugins/mincut/pcb-mincut/graph.h \ ../src_plugins/mincut/pcb-mincut/../../../config.h \ @@ -2150,7 +2142,7 @@ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h macro.h remove.h \ hid.h error.h rtree.h polygon.h rtree.h polyarea.h flag_str.h find.h \ - misc.h draw.h undo.h plugins.h hid_actions.h obj_poly.h dolists.h + draw.h undo.h plugins.h hid_actions.h obj_poly.h dolists.h ../src_plugins/polystitch/polystitch.o: \ ../src_plugins/polystitch/polystitch.c ../config.h board.h const.h \ macro.h global_typedefs.h pcb_bool.h unit.h vtroutestyle.h \ @@ -2166,7 +2158,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h macro.h remove.h \ - hid.h error.h rtree.h draw.h set.h polygon.h rtree.h misc.h plugins.h \ + hid.h error.h rtree.h draw.h set.h polygon.h rtree.h plugins.h \ hid_actions.h obj_poly.h dolists.h ../src_plugins/propedit/propedit.o: ../src_plugins/propedit/propedit.c \ plugins.h ../config.h ../src_plugins/propedit/props.h global_typedefs.h \ @@ -2201,8 +2193,8 @@ ../src_3rd/genvector/genvector_undef.h hid.h error.h drc.h buffer.h \ ../src_plugins/propedit/props.h global_typedefs.h \ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ - ../src_plugins/propedit/propsel.h change.h misc.h misc_util.h \ - compat_misc.h undo.h library.h rotate.h + ../src_plugins/propedit/propsel.h change.h misc_util.h compat_misc.h \ + undo.h library.h rotate.h ../src_plugins/puller/puller.o: ../src_plugins/puller/puller.c \ ../config.h conf_core.h conf.h global_typedefs.h pcb_bool.h unit.h \ pcb-printf.h ../src_3rd/genvector/gds_char.h \ @@ -2222,9 +2214,9 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ - error.h drc.h buffer.h draw.h misc.h move.h pcb-printf.h remove.h \ - rtree.h flag_str.h undo.h layer.h plugins.h hid_actions.h misc_util.h \ - obj_all.h dolists.h + error.h drc.h buffer.h draw.h move.h pcb-printf.h remove.h rtree.h \ + flag_str.h undo.h layer.h plugins.h hid_actions.h misc_util.h obj_all.h \ + dolists.h ../src_plugins/query/basic_fnc.o: ../src_plugins/query/basic_fnc.c \ ../config.h data.h globalconst.h global_typedefs.h pcb_bool.h unit.h \ layer.h attrib.h obj_all_list.h obj_arc_list.h obj_common.h \ @@ -2286,7 +2278,7 @@ ../src_3rd/liblihata/genht/ht.h ../src_3rd/genregex/regex_se.h \ ../src_3rd/genregex/regex_templ.h ../src_3rd/genregex/regex.h \ ../src_plugins/query/fields_sphash.h ../src_plugins/query/query_exec.h \ - misc.h layer.h + layer.h ../src_plugins/query/query_act.o: ../src_plugins/query/query_act.c \ ../config.h ../src_plugins/query/query.h obj_any.h obj_common.h \ ../src_3rd/genlist/gendlist.h flag.h globalconst.h attrib.h \ @@ -2356,8 +2348,8 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h action_helper.h \ - change.h error.h undo.h misc.h set.h plugins.h hid_actions.h conf_core.h \ - conf.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ + change.h error.h undo.h set.h plugins.h hid_actions.h conf_core.h conf.h \ + pcb-printf.h ../src_3rd/genvector/gds_char.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/dom.h \ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ @@ -2377,8 +2369,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h misc.h \ - rtree.h undo.h error.h change.h conf_core.h conf.h pcb-printf.h \ + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h rtree.h \ + undo.h error.h change.h conf_core.h conf.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/liblihata/lihata.h \ ../src_3rd/liblihata/dom.h ../src_3rd/liblihata/lihata.h \ ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ @@ -2418,7 +2410,7 @@ obj_poly_list.h obj_text_list.h obj_rat_list.h obj_rat.h library.h \ rats_patch.h board.h font.h box.h math_helper.h move.h misc_util.h \ data.h crosshair.h buffer.h ../src_plugins/report/drill.h error.h \ - search.h rats.h netlist.h route_style.h misc.h rats.h rtree.h flag_str.h \ + search.h rats.h netlist.h route_style.h rats.h rtree.h flag_str.h \ macro.h undo.h find.h draw.h pcb-printf.h plugins.h action_helper.h \ hid_actions.h misc_util.h ../src_plugins/report/report_conf.h conf.h \ compat_misc.h compat_nls.h layer.h obj_all.h \ @@ -2445,7 +2437,7 @@ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h build_run.h action_helper.h buffer.h \ ../src_plugins/shand_cmd/command.h data.h crosshair.h rubberband.h \ - vtonpoint.h hid.h error.h drc.h buffer.h error.h plug_io.h misc.h rats.h \ + vtonpoint.h hid.h error.h drc.h buffer.h error.h plug_io.h rats.h \ netlist.h route_style.h set.h plugins.h hid_actions.h compat_misc.h \ misc_util.h dolists.h ../src_plugins/smartdisperse/smartdisperse.o: \ @@ -2464,7 +2456,7 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h board.h font.h box.h math_helper.h \ move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ - error.h drc.h buffer.h hid.h misc.h rtree.h undo.h rats.h netlist.h \ + error.h drc.h buffer.h hid.h rtree.h undo.h rats.h netlist.h \ route_style.h error.h move.h draw.h set.h plugins.h action_helper.h \ hid_actions.h compat_nls.h dolists.h ../src_plugins/stroke/stroke.o: ../src_plugins/stroke/stroke.c \ @@ -2486,7 +2478,7 @@ ../src_3rd/liblihata/genht/ht.h ../src_3rd/genvector/vtp0.h list_conf.h \ conf.h conf_core.h data.h crosshair.h rubberband.h vtonpoint.h hid.h \ error.h drc.h buffer.h crosshair.h stub_stroke.h rotate.h undo.h set.h \ - error.h misc.h plugins.h compat_nls.h + error.h plugins.h compat_nls.h ../src_plugins/teardrops/teardrops.o: \ ../src_plugins/teardrops/teardrops.c ../config.h math_helper.h board.h \ const.h macro.h global_typedefs.h pcb_bool.h unit.h vtroutestyle.h \ @@ -2501,8 +2493,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h board.h \ font.h box.h math_helper.h move.h misc_util.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h misc.h \ - rtree.h undo.h plugins.h hid_actions.h obj_all.h dolists.h + rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h hid.h rtree.h \ + undo.h plugins.h hid_actions.h obj_all.h dolists.h ../src_plugins/toporouter/toporouter.o: \ ../src_plugins/toporouter/toporouter.c ../config.h \ ../src_plugins/toporouter/toporouter.h data.h globalconst.h \ @@ -2520,8 +2512,8 @@ macro.h ../src_plugins/toporouter/../autoroute/autoroute.h board.h \ const.h macro.h vtroutestyle.h library.h rats_patch.h board.h font.h \ box.h math_helper.h move.h misc_util.h box.h draw.h error.h find.h \ - heap.h rtree.h misc.h polygon.h rtree.h rats.h netlist.h route_style.h \ - remove.h obj_pinvia_therm.h undo.h ../src_3rd/gts/gts.h pcb-printf.h \ + heap.h rtree.h polygon.h rtree.h rats.h netlist.h route_style.h remove.h \ + obj_pinvia_therm.h undo.h ../src_3rd/gts/gts.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h compat_nls.h ../src_plugins/vendordrill/vendor.o: ../src_plugins/vendordrill/vendor.c \ ../config.h conf_core.h conf.h global_typedefs.h pcb_bool.h unit.h \ @@ -2677,10 +2669,10 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h font.h \ box.h math_helper.h move.h misc_util.h change.h copy.h data.h \ crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h buffer.h draw.h \ - find.h insert.h misc.h polygon.h rtree.h remove.h rotate.h search.h \ - rats.h netlist.h route_style.h select.h operation.h set.h undo.h \ - stub_stroke.h funchash_core.h funchash.h funchash_core_list.h \ - hid_actions.h compat_misc.h compat_nls.h obj_all.h + find.h insert.h polygon.h rtree.h remove.h rotate.h search.h rats.h \ + netlist.h route_style.h select.h operation.h set.h undo.h stub_stroke.h \ + funchash_core.h funchash.h funchash_core_list.h hid_actions.h \ + compat_misc.h compat_nls.h obj_all.h attrib.o: attrib.c ../config.h compat_misc.h attrib.h board.o: board.c ../config.h board.h const.h macro.h global_typedefs.h \ pcb_bool.h unit.h vtroutestyle.h ../src_3rd/genvector/genvector_impl.h \ @@ -2721,11 +2713,11 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h font.h \ box.h math_helper.h move.h misc_util.h copy.h data.h crosshair.h \ - rubberband.h vtonpoint.h hid.h error.h drc.h plug_io.h misc.h polygon.h \ - rtree.h rotate.h remove.h select.h operation.h set.h funchash_core.h \ - funchash.h funchash_core_list.h compat_misc.h compat_nls.h obj_all.h \ - obj_all_op.h obj_arc_op.h obj_elem_op.h obj_line_op.h obj_pad_op.h \ - obj_pinvia_op.h obj_poly_op.h obj_text_op.h obj_rat_op.h + rubberband.h vtonpoint.h hid.h error.h drc.h plug_io.h polygon.h rtree.h \ + rotate.h remove.h select.h operation.h set.h funchash_core.h funchash.h \ + funchash_core_list.h compat_misc.h compat_nls.h obj_all.h obj_all_op.h \ + obj_arc_op.h obj_elem_op.h obj_line_op.h obj_pad_op.h obj_pinvia_op.h \ + obj_poly_op.h obj_text_op.h obj_rat_op.h build_run.o: build_run.c ../config.h ../src_3rd/genvector/gds_char.h \ ../src_3rd/genvector/genvector_impl.h \ ../src_3rd/genvector/genvector_undef.h conf_core.h conf.h \ @@ -2764,10 +2756,10 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h \ - data.h buffer.h draw.h misc.h polygon.h rtree.h select.h operation.h \ - undo.h hid_actions.h compat_nls.h obj_all_op.h obj_arc_op.h \ - obj_elem_op.h obj_line_op.h obj_pad_op.h obj_pinvia_op.h obj_poly_op.h \ - obj_text_op.h obj_rat_op.h + data.h buffer.h draw.h polygon.h rtree.h select.h operation.h undo.h \ + hid_actions.h compat_nls.h obj_all_op.h obj_arc_op.h obj_elem_op.h \ + obj_line_op.h obj_pad_op.h obj_pinvia_op.h obj_poly_op.h obj_text_op.h \ + obj_rat_op.h change_act.o: change_act.c ../config.h conf_core.h conf.h \ global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/genvector/genvector_impl.h \ @@ -2870,10 +2862,10 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h draw.h misc.h polygon.h rtree.h select.h operation.h \ - undo.h compat_misc.h obj_all_op.h obj_arc_op.h obj_elem_op.h \ - obj_line_op.h obj_pad_op.h obj_pinvia_op.h obj_poly_op.h obj_text_op.h \ - obj_rat_op.h obj_all.h + drc.h buffer.h draw.h polygon.h rtree.h select.h operation.h undo.h \ + compat_misc.h obj_all_op.h obj_arc_op.h obj_elem_op.h obj_line_op.h \ + obj_pad_op.h obj_pinvia_op.h obj_poly_op.h obj_text_op.h obj_rat_op.h \ + obj_all.h crosshair.o: crosshair.c ../config.h conf_core.h conf.h global_typedefs.h \ pcb_bool.h unit.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ ../src_3rd/genvector/genvector_impl.h \ @@ -2893,7 +2885,7 @@ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h \ data.h buffer.h draw.h search.h rats.h netlist.h route_style.h polygon.h \ - rtree.h misc.h hid_actions.h compat_misc.h compat_nls.h obj_all.h + rtree.h hid_actions.h compat_misc.h compat_nls.h obj_all.h data.o: data.c ../config.h board.h const.h macro.h global_typedefs.h \ pcb_bool.h unit.h vtroutestyle.h ../src_3rd/genvector/genvector_impl.h \ ../src_3rd/genvector/genvector_undef.h layer.h globalconst.h attrib.h \ @@ -2925,8 +2917,8 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h font.h \ box.h move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h \ - hid.h error.h drc.h buffer.h draw.h misc.h rotate.h rtree.h \ - stub_draw_fab.h obj_all.h + hid.h error.h drc.h buffer.h draw.h rotate.h rtree.h stub_draw_fab.h \ + obj_all.h error.o: error.c ../config.h data.h globalconst.h global_typedefs.h \ pcb_bool.h unit.h layer.h attrib.h obj_all_list.h obj_arc_list.h \ obj_common.h ../src_3rd/genlist/gendlist.h flag.h obj_arc.h \ @@ -2964,7 +2956,7 @@ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ ../src_3rd/genvector/vtp0.h list_conf.h data.h crosshair.h rubberband.h \ vtonpoint.h hid.h error.h drc.h buffer.h action_helper.h set.h plug_io.h \ - plug_import.h misc.h remove.h draw.h find.h search.h rats.h netlist.h \ + plug_import.h remove.h draw.h find.h search.h rats.h netlist.h \ route_style.h hid_actions.h compat_misc.h compat_nls.h find.o: find.c ../config.h const.h math_helper.h conf_core.h conf.h \ global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ @@ -2982,12 +2974,12 @@ ht_element.h ../src_3rd/liblihata/genht/ht.h \ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h crosshair.h rubberband.h \ - vtonpoint.h hid.h error.h drc.h buffer.h draw.h find.h misc.h rtree.h \ - polygon.h search.h rats.h netlist.h library.h route_style.h \ - vtroutestyle.h misc_util.h set.h undo.h plug_io.h hid_actions.h \ - compat_misc.h obj_all.h find_geo.c macro.h find_lookup.c compat_nls.h \ - board.h rats_patch.h font.h box.h move.h find_drc.c find_misc.c \ - find_clear.c find_debug.c find_print.c + vtonpoint.h hid.h error.h drc.h buffer.h draw.h find.h rtree.h polygon.h \ + search.h rats.h netlist.h library.h route_style.h vtroutestyle.h \ + misc_util.h set.h undo.h plug_io.h hid_actions.h compat_misc.h obj_all.h \ + find_geo.c macro.h find_lookup.c compat_nls.h board.h rats_patch.h \ + font.h box.h move.h find_drc.c find_misc.c find_clear.c find_debug.c \ + find_print.c find_act.o: find_act.c ../config.h board.h const.h macro.h \ global_typedefs.h pcb_bool.h unit.h vtroutestyle.h \ ../src_3rd/genvector/genvector_impl.h \ @@ -3195,7 +3187,7 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h draw.h misc.h polygon.h rtree.h search.h rats.h netlist.h \ + drc.h buffer.h draw.h polygon.h rtree.h search.h rats.h netlist.h \ route_style.h select.h operation.h set.h undo.h obj_line_op.h \ obj_rat_op.h obj_poly_op.h intersect.o: intersect.c ../config.h intersect.h global_typedefs.h \ @@ -3265,26 +3257,6 @@ ../src_3rd/genvector/vtp0.h list_conf.h \ ../src_3rd/genlist/gentdlist_undef.h ../src_3rd/genlist/gentdlist_impl.h \ ../src_3rd/genlist/gendlist.h globalconst.h -misc.o: misc.c ../config.h conf_core.h conf.h global_typedefs.h \ - pcb_bool.h unit.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ - ../src_3rd/genvector/genvector_impl.h \ - ../src_3rd/genvector/genvector_undef.h ../src_3rd/liblihata/lihata.h \ - ../src_3rd/liblihata/dom.h ../src_3rd/liblihata/lihata.h \ - ../src_3rd/liblihata/parser.h ../src_3rd/liblihata/genht/htsp.h \ - ../src_3rd/liblihata/genht/ht.h ../src_3rd/liblihata/genht/ht_inlines.h \ - ../src_3rd/genvector/vtp0.h list_conf.h \ - ../src_3rd/genlist/gentdlist_undef.h ../src_3rd/genlist/gentdlist_impl.h \ - ../src_3rd/genlist/gendlist.h globalconst.h board.h const.h macro.h \ - vtroutestyle.h layer.h attrib.h obj_all_list.h obj_arc_list.h \ - obj_common.h ../src_3rd/genlist/gendlist.h flag.h obj_arc.h \ - obj_elem_list.h obj_elem.h obj_line_list.h obj_line.h obj_pad_list.h \ - obj_pad.h obj_pinvia_list.h obj_pinvia.h obj_text.h ht_element.h \ - ../src_3rd/liblihata/genht/ht.h ../src_3rd/liblihata/genht/hash.h \ - obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ - obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ - misc_util.h crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h \ - data.h buffer.h plug_io.h misc.h polygon.h rtree.h rotate.h set.h undo.h \ - compat_misc.h obj_all.h misc_util.o: misc_util.c ../config.h misc_util.h pcb_bool.h unit.h move.o: move.c ../config.h conf_core.h conf.h global_typedefs.h \ pcb_bool.h unit.h pcb-printf.h ../src_3rd/genvector/gds_char.h \ @@ -3304,7 +3276,7 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h draw.h misc.h polygon.h rtree.h search.h rats.h netlist.h \ + drc.h buffer.h draw.h polygon.h rtree.h search.h rats.h netlist.h \ route_style.h select.h operation.h undo.h hid_actions.h compat_misc.h \ compat_nls.h obj_all_op.h obj_arc_op.h obj_elem_op.h obj_line_op.h \ obj_pad_op.h obj_pinvia_op.h obj_poly_op.h obj_text_op.h obj_rat_op.h @@ -3391,9 +3363,9 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h misc.h rtree.h search.h rats.h netlist.h route_style.h \ - undo.h plug_io.h stub_vendor.h hid_actions.h paths.h compat_misc.h \ - compat_nls.h obj_all.h + drc.h buffer.h rtree.h search.h rats.h netlist.h route_style.h undo.h \ + plug_io.h stub_vendor.h hid_actions.h paths.h compat_misc.h compat_nls.h \ + obj_all.h obj_elem.o: obj_elem.c ../config.h board.h const.h macro.h \ global_typedefs.h pcb_bool.h unit.h vtroutestyle.h \ ../src_3rd/genvector/genvector_impl.h \ @@ -3462,7 +3434,7 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h font.h \ box.h move.h misc_util.h data.h crosshair.h rubberband.h vtonpoint.h \ - hid.h error.h drc.h buffer.h find.h misc.h rtree.h obj_all.h + hid.h error.h drc.h buffer.h find.h rtree.h obj_all.h obj_line_list.o: obj_line_list.c obj_line_list.h obj_line.h obj_common.h \ ../src_3rd/genlist/gendlist.h flag.h globalconst.h ../config.h attrib.h \ global_typedefs.h pcb_bool.h unit.h ../src_3rd/genlist/gentdlist_impl.h \ @@ -3482,7 +3454,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h font.h \ box.h math_helper.h move.h misc_util.h data.h crosshair.h rubberband.h \ vtonpoint.h hid.h error.h drc.h buffer.h undo.h polygon.h rtree.h \ - compat_misc.h misc.h obj_pad_op.h operation.h draw.h + compat_misc.h obj_pad_op.h operation.h draw.h obj_pad_list.o: obj_pad_list.c obj_pad_list.h obj_pad.h obj_common.h \ ../src_3rd/genlist/gendlist.h flag.h globalconst.h ../config.h attrib.h \ global_typedefs.h pcb_bool.h unit.h ../src_3rd/genlist/gentdlist_impl.h \ @@ -3507,7 +3479,7 @@ ../src_3rd/liblihata/lihata.h ../src_3rd/liblihata/parser.h \ ../src_3rd/liblihata/genht/htsp.h ../src_3rd/liblihata/genht/ht.h \ ../src_3rd/genvector/vtp0.h list_conf.h polygon.h rtree.h compat_nls.h \ - compat_misc.h stub_vendor.h misc.h obj_pinvia_op.h operation.h draw.h + compat_misc.h stub_vendor.h obj_pinvia_op.h operation.h draw.h obj_pinvia_list.o: obj_pinvia_list.c obj_pinvia_list.h obj_pinvia.h \ obj_common.h ../src_3rd/genlist/gendlist.h flag.h globalconst.h \ ../config.h attrib.h global_typedefs.h pcb_bool.h unit.h \ @@ -3613,8 +3585,7 @@ macro.h vtroutestyle.h library.h rats_patch.h font.h box.h move.h \ misc_util.h action_helper.h change.h undo.h funchash_core.h funchash.h \ funchash_core_list.h search.h rats.h netlist.h route_style.h draw.h \ - rotate.h set.h copy.h misc.h remove.h compat_misc.h compat_nls.h \ - obj_all.h + rotate.h set.h copy.h remove.h compat_misc.h compat_nls.h obj_all.h paths.o: paths.c ../config.h paths.h error.h conf_core.h conf.h \ global_typedefs.h pcb_bool.h unit.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/genvector/genvector_impl.h \ @@ -3674,7 +3645,7 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h buffer.h change.h data.h crosshair.h rubberband.h \ - vtonpoint.h hid.h error.h drc.h plug_io.h misc.h remove.h set.h paths.h \ + vtonpoint.h hid.h error.h drc.h plug_io.h remove.h set.h paths.h \ hid_actions.h hid_flags.h plugins.h event.h compat_misc.h route_style.h \ compat_fs.h compat_nls.h compat_inc.h plugins.o: plugins.c plugins.h ../config.h \ @@ -3700,8 +3671,8 @@ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ drc.h buffer.h draw.h polygon.h rtree.h remove.h search.h rats.h \ - netlist.h route_style.h set.h obj_pinvia_therm.h undo.h misc.h \ - compat_nls.h obj_all.h + netlist.h route_style.h set.h obj_pinvia_therm.h undo.h compat_nls.h \ + obj_all.h polygon1.o: polygon1.c ../config.h rtree.h global_typedefs.h pcb_bool.h \ unit.h math_helper.h heap.h compat_cc.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/genvector/genvector_impl.h \ @@ -3748,7 +3719,7 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h draw.h find.h misc.h polygon.h rtree.h rats.h netlist.h \ + drc.h buffer.h draw.h find.h polygon.h rtree.h rats.h netlist.h \ route_style.h search.h undo.h stub_mincut.h compat_misc.h compat_nls.h \ ptrlist.h rats_act.o: rats_act.c ../config.h conf_core.h conf.h global_typedefs.h \ @@ -3769,7 +3740,7 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h action_helper.h undo.h set.h misc.h find.h remove.h \ + drc.h buffer.h action_helper.h undo.h set.h find.h remove.h \ funchash_core.h funchash.h funchash_core_list.h compat_nls.h rats.h \ netlist.h route_style.h draw.h rats_patch.o: rats_patch.c rats_patch.h board.h ../config.h const.h \ @@ -3806,8 +3777,8 @@ obj_poly_list.h obj_poly.h polyarea.h obj_text_list.h obj_rat_list.h \ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ - drc.h buffer.h rats.h netlist.h route_style.h draw.h misc.h polygon.h \ - rtree.h remove.h select.h operation.h undo.h obj_all_op.h obj_arc_op.h \ + drc.h buffer.h rats.h netlist.h route_style.h draw.h polygon.h rtree.h \ + remove.h select.h operation.h undo.h obj_all_op.h obj_arc_op.h \ obj_elem_op.h obj_line_op.h obj_pad_op.h obj_pinvia_op.h obj_poly_op.h \ obj_text_op.h obj_rat_op.h remove_act.o: remove_act.c const.h ../config.h data.h globalconst.h \ @@ -3836,7 +3807,7 @@ ../src_3rd/liblihata/genht/hash.h obj_poly_list.h obj_poly.h polyarea.h \ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h font.h \ box.h math_helper.h move.h misc_util.h data.h crosshair.h rubberband.h \ - vtonpoint.h hid.h error.h drc.h buffer.h draw.h misc.h polygon.h rtree.h \ + vtonpoint.h hid.h error.h drc.h buffer.h draw.h polygon.h rtree.h \ rotate.h search.h rats.h netlist.h route_style.h select.h operation.h \ set.h undo.h conf_core.h conf.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/liblihata/lihata.h \ @@ -3856,7 +3827,7 @@ list_conf.h ../src_3rd/genlist/gentdlist_undef.h \ ../src_3rd/genlist/gentdlist_impl.h ../src_3rd/genlist/gendlist.h box.h \ math_helper.h macro.h move.h obj_common.h ../src_3rd/genlist/gendlist.h \ - flag.h globalconst.h attrib.h misc.h + flag.h globalconst.h attrib.h rtree.o: rtree.c ../config.h math_helper.h compat_cc.h rtree.h \ global_typedefs.h pcb_bool.h unit.h obj_common.h \ ../src_3rd/genlist/gendlist.h flag.h globalconst.h attrib.h macro.h @@ -3913,7 +3884,7 @@ obj_rat.h library.h rats_patch.h font.h box.h math_helper.h move.h \ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ drc.h buffer.h draw.h search.h rats.h netlist.h route_style.h select.h \ - operation.h undo.h misc.h find.h compat_misc.h compat_nls.h obj_all.h \ + operation.h undo.h find.h compat_misc.h compat_nls.h obj_all.h \ ../src_3rd/genregex/regex_sei.h ../src_3rd/genregex/regex_templ.h \ ../src_3rd/genregex/regex.h select_act.o: select_act.c ../config.h math_helper.h conf_core.h conf.h \ @@ -3979,7 +3950,7 @@ obj_text_list.h obj_rat_list.h obj_rat.h library.h rats_patch.h font.h \ box.h math_helper.h move.h misc_util.h buffer.h change.h data.h \ crosshair.h rubberband.h vtonpoint.h hid.h error.h drc.h draw.h insert.h \ - misc.h polygon.h rtree.h remove.h rotate.h search.h rats.h netlist.h \ + polygon.h rtree.h remove.h rotate.h search.h rats.h netlist.h \ route_style.h set.h undo.h flag_str.h conf_core.h conf.h pcb-printf.h \ ../src_3rd/genvector/gds_char.h ../src_3rd/liblihata/lihata.h \ ../src_3rd/liblihata/dom.h ../src_3rd/liblihata/lihata.h \ @@ -4006,7 +3977,7 @@ misc_util.h data.h crosshair.h rubberband.h vtonpoint.h hid.h error.h \ drc.h buffer.h action_helper.h funchash_core.h funchash.h \ funchash_core_list.h undo.h polygon.h rtree.h set.h search.h rats.h \ - netlist.h route_style.h draw.h misc.h obj_all.h + netlist.h route_style.h draw.h obj_all.h unit.o: unit.c ../config.h const.h compat_misc.h compat_nls.h unit.h vtlibrary.o: vtlibrary.c vtlibrary.h \ ../src_3rd/genvector/genvector_impl.h \ Index: trunk/src/Makefile.in =================================================================== --- trunk/src/Makefile.in (revision 4607) +++ trunk/src/Makefile.in (revision 4608) @@ -72,7 +72,6 @@ list_conf.o main.o main_act.o - misc.o misc_util.o move.o netlist.o Index: trunk/src/action_helper.c =================================================================== --- trunk/src/action_helper.c (revision 4607) +++ trunk/src/action_helper.c (revision 4608) @@ -39,7 +39,6 @@ #include "draw.h" #include "find.h" #include "insert.h" -#include "misc.h" #include "move.h" #include "polygon.h" #include "remove.h" Index: trunk/src/buffer.c =================================================================== --- trunk/src/buffer.c (revision 4607) +++ trunk/src/buffer.c (revision 4608) @@ -35,7 +35,6 @@ #include "copy.h" #include "data.h" #include "plug_io.h" -#include "misc.h" #include "misc_util.h" #include "polygon.h" #include "rotate.h" Index: trunk/src/change.c =================================================================== --- trunk/src/change.c (revision 4607) +++ trunk/src/change.c (revision 4608) @@ -36,7 +36,6 @@ #include "crosshair.h" #include "data.h" #include "draw.h" -#include "misc.h" #include "polygon.h" #include "select.h" #include "undo.h" Index: trunk/src/copy.c =================================================================== --- trunk/src/copy.c (revision 4607) +++ trunk/src/copy.c (revision 4608) @@ -35,7 +35,6 @@ #include "board.h" #include "data.h" #include "draw.h" -#include "misc.h" #include "move.h" #include "polygon.h" #include "select.h" Index: trunk/src/crosshair.c =================================================================== --- trunk/src/crosshair.c (revision 4607) +++ trunk/src/crosshair.c (revision 4608) @@ -37,7 +37,6 @@ #include "draw.h" #include "search.h" #include "polygon.h" -#include "misc.h" #include "hid_actions.h" #include "compat_misc.h" #include "compat_nls.h" Index: trunk/src/draw.c =================================================================== --- trunk/src/draw.c (revision 4607) +++ trunk/src/draw.c (revision 4608) @@ -35,7 +35,6 @@ #include "board.h" #include "data.h" #include "draw.h" -#include "misc.h" #include "rotate.h" #include "rtree.h" #include "stub_draw_fab.h" Index: trunk/src/file_act.c =================================================================== --- trunk/src/file_act.c (revision 4607) +++ trunk/src/file_act.c (revision 4608) @@ -34,7 +34,6 @@ #include "set.h" #include "plug_io.h" #include "plug_import.h" -#include "misc.h" #include "remove.h" #include "draw.h" #include "find.h" Index: trunk/src/find.c =================================================================== --- trunk/src/find.c (revision 4607) +++ trunk/src/find.c (revision 4608) @@ -65,7 +65,6 @@ #include "draw.h" #include "error.h" #include "find.h" -#include "misc.h" #include "rtree.h" #include "polygon.h" #include "search.h" Index: trunk/src/insert.c =================================================================== --- trunk/src/insert.c (revision 4607) +++ trunk/src/insert.c (revision 4608) @@ -34,7 +34,6 @@ #include "board.h" #include "data.h" #include "draw.h" -#include "misc.h" #include "polygon.h" #include "search.h" #include "select.h" Index: trunk/src/move.c =================================================================== --- trunk/src/move.c (revision 4607) +++ trunk/src/move.c (revision 4608) @@ -38,7 +38,6 @@ #include "data.h" #include "draw.h" #include "error.h" -#include "misc.h" #include "move.h" #include "polygon.h" #include "rtree.h" Index: trunk/src/obj_common.c =================================================================== --- trunk/src/obj_common.c (revision 4607) +++ trunk/src/obj_common.c (revision 4608) @@ -35,7 +35,6 @@ #include "board.h" #include "math_helper.h" #include "data.h" -#include "misc.h" #include "rtree.h" #include "search.h" #include "undo.h" Index: trunk/src/obj_line_drcenf.c =================================================================== --- trunk/src/obj_line_drcenf.c (revision 4607) +++ trunk/src/obj_line_drcenf.c (revision 4608) @@ -35,7 +35,6 @@ #include "board.h" #include "data.h" #include "find.h" -#include "misc.h" #include "rtree.h" #include "obj_all.h" Index: trunk/src/obj_pad.c =================================================================== --- trunk/src/obj_pad.c (revision 4607) +++ trunk/src/obj_pad.c (revision 4608) @@ -36,7 +36,6 @@ #include "box.h" #include "polygon.h" #include "compat_misc.h" -#include "misc.h" #include "obj_pad.h" #include "obj_pad_list.h" Index: trunk/src/obj_pinvia.c =================================================================== --- trunk/src/obj_pinvia.c (revision 4607) +++ trunk/src/obj_pinvia.c (revision 4608) @@ -38,7 +38,6 @@ #include "compat_nls.h" #include "compat_misc.h" #include "stub_vendor.h" -#include "misc.h" #include "obj_pinvia.h" #include "obj_pinvia_op.h" Index: trunk/src/object_act.c =================================================================== --- trunk/src/object_act.c (revision 4607) +++ trunk/src/object_act.c (revision 4608) @@ -42,7 +42,6 @@ #include "rotate.h" #include "set.h" #include "copy.h" -#include "misc.h" #include "rubberband.h" #include "buffer.h" #include "remove.h" Index: trunk/src/plug_io.c =================================================================== --- trunk/src/plug_io.c (revision 4607) +++ trunk/src/plug_io.c (revision 4608) @@ -55,7 +55,6 @@ #include "data.h" #include "error.h" #include "plug_io.h" -#include "misc.h" #include "remove.h" #include "set.h" #include "paths.h" Index: trunk/src/polygon.c =================================================================== --- trunk/src/polygon.c (revision 4607) +++ trunk/src/polygon.c (revision 4608) @@ -90,7 +90,6 @@ #include "set.h" #include "obj_pinvia_therm.h" #include "undo.h" -#include "misc.h" #include "layer.h" #include "compat_nls.h" #include "obj_all.h" Index: trunk/src/rats.c =================================================================== --- trunk/src/rats.c (revision 4607) +++ trunk/src/rats.c (revision 4608) @@ -36,7 +36,6 @@ #include "draw.h" #include "error.h" #include "find.h" -#include "misc.h" #include "layer.h" #include "polygon.h" #include "rats.h" Index: trunk/src/rats_act.c =================================================================== --- trunk/src/rats_act.c (revision 4607) +++ trunk/src/rats_act.c (revision 4608) @@ -33,7 +33,6 @@ #include "error.h" #include "undo.h" #include "set.h" -#include "misc.h" #include "find.h" #include "remove.h" #include "funchash_core.h" Index: trunk/src/remove.c =================================================================== --- trunk/src/remove.c (revision 4607) +++ trunk/src/remove.c (revision 4608) @@ -36,7 +36,6 @@ #include "data.h" #include "rats.h" #include "draw.h" -#include "misc.h" #include "move.h" #include "polygon.h" #include "remove.h" Index: trunk/src/rotate.c =================================================================== --- trunk/src/rotate.c (revision 4607) +++ trunk/src/rotate.c (revision 4608) @@ -36,7 +36,6 @@ #include "data.h" #include "draw.h" #include "error.h" -#include "misc.h" #include "polygon.h" #include "rotate.h" #include "rtree.h" Index: trunk/src/route_style.c =================================================================== --- trunk/src/route_style.c (revision 4607) +++ trunk/src/route_style.c (revision 4608) @@ -33,7 +33,6 @@ #include "error.h" #include "conf.h" #include "box.h" -#include "misc.h" RouteStyleType pcb_custom_route_style; Index: trunk/src/select.c =================================================================== --- trunk/src/select.c (revision 4607) +++ trunk/src/select.c (revision 4608) @@ -39,7 +39,6 @@ #include "select.h" #include "undo.h" #include "rats.h" -#include "misc.h" #include "find.h" #include "layer.h" #include "compat_misc.h" Index: trunk/src/undo.c =================================================================== --- trunk/src/undo.c (revision 4607) +++ trunk/src/undo.c (revision 4608) @@ -53,7 +53,6 @@ #include "error.h" #include "insert.h" #include "layer.h" -#include "misc.h" #include "move.h" #include "polygon.h" #include "remove.h" Index: trunk/src/undo_act.c =================================================================== --- trunk/src/undo_act.c (revision 4607) +++ trunk/src/undo_act.c (revision 4608) @@ -39,7 +39,6 @@ #include "set.h" #include "search.h" #include "draw.h" -#include "misc.h" #include "layer.h" #include "obj_all.h" Index: trunk/src_plugins/autocrop/autocrop.c =================================================================== --- trunk/src_plugins/autocrop/autocrop.c (revision 4607) +++ trunk/src_plugins/autocrop/autocrop.c (revision 4608) @@ -50,7 +50,6 @@ #include "board.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "move.h" Index: trunk/src_plugins/autoplace/autoplace.c =================================================================== --- trunk/src_plugins/autoplace/autoplace.c (revision 4607) +++ trunk/src_plugins/autoplace/autoplace.c (revision 4608) @@ -52,7 +52,6 @@ #include "intersect.h" #include "rtree.h" #include "macro.h" -#include "misc.h" #include "move.h" #include "rats.h" #include "remove.h" Index: trunk/src_plugins/autoroute/autoroute.c =================================================================== --- trunk/src_plugins/autoroute/autoroute.c (revision 4607) +++ trunk/src_plugins/autoroute/autoroute.c (revision 4608) @@ -65,7 +65,6 @@ #include "find.h" #include "heap.h" #include "rtree.h" -#include "misc.h" #include "mtspace.h" #include "polygon.h" #include "rats.h" Index: trunk/src_plugins/boardflip/boardflip.c =================================================================== --- trunk/src_plugins/boardflip/boardflip.c (revision 4607) +++ trunk/src_plugins/boardflip/boardflip.c (revision 4608) @@ -33,7 +33,6 @@ #include "polygon.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "plugins.h" Index: trunk/src_plugins/distalign/distalign.c =================================================================== --- trunk/src_plugins/distalign/distalign.c (revision 4607) +++ trunk/src_plugins/distalign/distalign.c (revision 4608) @@ -104,7 +104,6 @@ #include "config.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "rats.h" Index: trunk/src_plugins/distaligntext/distaligntext.c =================================================================== --- trunk/src_plugins/distaligntext/distaligntext.c (revision 4607) +++ trunk/src_plugins/distaligntext/distaligntext.c (revision 4608) @@ -26,7 +26,6 @@ #include "board.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "rats.h" Index: trunk/src_plugins/export_bboard/bboard.c =================================================================== --- trunk/src_plugins/export_bboard/bboard.c (revision 4607) +++ trunk/src_plugins/export_bboard/bboard.c (revision 4608) @@ -40,7 +40,6 @@ #include "board.h" #include "config.h" #include "data.h" -#include "misc.h" #include "error.h" #include "buffer.h" #include "layer.h" Index: trunk/src_plugins/export_bom/bom.c =================================================================== --- trunk/src_plugins/export_bom/bom.c (revision 4607) +++ trunk/src_plugins/export_bom/bom.c (revision 4608) @@ -11,7 +11,6 @@ #include "board.h" #include "data.h" #include "error.h" -#include "misc.h" #include "pcb-printf.h" #include "plugins.h" #include "compat_misc.h" Index: trunk/src_plugins/export_dsn/dsn.c =================================================================== --- trunk/src_plugins/export_dsn/dsn.c (revision 4607) +++ trunk/src_plugins/export_dsn/dsn.c (revision 4608) @@ -41,7 +41,6 @@ #include "board.h" #include "data.h" #include "error.h" -#include "misc.h" #include "rats.h" #include "buffer.h" #include "change.h" Index: trunk/src_plugins/export_dxf/dxf.c =================================================================== --- trunk/src_plugins/export_dxf/dxf.c (revision 4607) +++ trunk/src_plugins/export_dxf/dxf.c (revision 4608) @@ -183,7 +183,6 @@ #include "board.h" #include "config.h" #include "data.h" -#include "misc.h" #include "error.h" #include "draw.h" #include "hid_draw_helpers.h" Index: trunk/src_plugins/export_gcode/gcode.c =================================================================== --- trunk/src_plugins/export_gcode/gcode.c (revision 4607) +++ trunk/src_plugins/export_gcode/gcode.c (revision 4608) @@ -47,7 +47,6 @@ #include "board.h" #include "error.h" #include "data.h" -#include "misc.h" #include "rats.h" #include "hid_helper.h" #include "layer.h" Index: trunk/src_plugins/export_gerber/gerber.c =================================================================== --- trunk/src_plugins/export_gerber/gerber.c (revision 4607) +++ trunk/src_plugins/export_gerber/gerber.c (revision 4608) @@ -14,7 +14,6 @@ #include "board.h" #include "config.h" #include "data.h" -#include "misc.h" #include "error.h" #include "draw.h" #include "layer.h" Index: trunk/src_plugins/export_ipcd356/ipcd356.c =================================================================== --- trunk/src_plugins/export_ipcd356/ipcd356.c (revision 4607) +++ trunk/src_plugins/export_ipcd356/ipcd356.c (revision 4608) @@ -44,7 +44,6 @@ #include "rats.h" #include "error.h" #include "find.h" -#include "misc.h" #include "pcb-printf.h" #include "netlist.h" #include "conf_core.h" Index: trunk/src_plugins/export_lpr/lpr.c =================================================================== --- trunk/src_plugins/export_lpr/lpr.c (revision 4607) +++ trunk/src_plugins/export_lpr/lpr.c (revision 4608) @@ -11,7 +11,6 @@ #include #include "data.h" -#include "misc.h" #include "plugins.h" #include "compat_misc.h" Index: trunk/src_plugins/export_nelma/nelma.c =================================================================== --- trunk/src_plugins/export_nelma/nelma.c (revision 4607) +++ trunk/src_plugins/export_nelma/nelma.c (revision 4608) @@ -65,7 +65,6 @@ #include "error.h" #include "data.h" #include "layer.h" -#include "misc.h" #include "rats.h" #include "plugins.h" #include "hid_helper.h" Index: trunk/src_plugins/export_openscad/scad.c =================================================================== --- trunk/src_plugins/export_openscad/scad.c (revision 4607) +++ trunk/src_plugins/export_openscad/scad.c (revision 4608) @@ -40,7 +40,6 @@ #include "board.h" #include "math_helper.h" #include "data.h" -#include "misc.h" #include "error.h" #include "buffer.h" #include "conf_core.h" Index: trunk/src_plugins/export_openscad/scadcomp.c =================================================================== --- trunk/src_plugins/export_openscad/scadcomp.c (revision 4607) +++ trunk/src_plugins/export_openscad/scadcomp.c (revision 4608) @@ -40,7 +40,6 @@ #include "board.h" #include "data.h" -#include "misc.h" #include "error.h" #include "buffer.h" #include "misc_util.h" Index: trunk/src_plugins/export_openscad/scadproto.c =================================================================== --- trunk/src_plugins/export_openscad/scadproto.c (revision 4607) +++ trunk/src_plugins/export_openscad/scadproto.c (revision 4608) @@ -38,7 +38,6 @@ #include #include "data.h" -#include "misc.h" #include "error.h" #include "buffer.h" Index: trunk/src_plugins/export_png/png.c =================================================================== --- trunk/src_plugins/export_png/png.c (revision 4607) +++ trunk/src_plugins/export_png/png.c (revision 4608) @@ -37,7 +37,6 @@ #include "board.h" #include "data.h" #include "error.h" -#include "misc.h" #include "layer.h" #include "misc_util.h" #include "compat_misc.h" Index: trunk/src_plugins/export_ps/eps.c =================================================================== --- trunk/src_plugins/export_ps/eps.c (revision 4607) +++ trunk/src_plugins/export_ps/eps.c (revision 4608) @@ -11,7 +11,6 @@ #include "board.h" #include "data.h" #include "layer.h" -#include "misc.h" #include "pcb-printf.h" #include "hid.h" Index: trunk/src_plugins/export_ps/ps.c =================================================================== --- trunk/src_plugins/export_ps/ps.c (revision 4607) +++ trunk/src_plugins/export_ps/ps.c (revision 4608) @@ -14,7 +14,6 @@ #include "math_helper.h" #include "board.h" #include "data.h" -#include "misc.h" #include "layer.h" #include "error.h" #include "draw.h" Index: trunk/src_plugins/export_svg/svg.c =================================================================== --- trunk/src_plugins/export_svg/svg.c (revision 4607) +++ trunk/src_plugins/export_svg/svg.c (revision 4608) @@ -40,7 +40,6 @@ #include "board.h" #include "data.h" #include "error.h" -#include "misc.h" #include "layer.h" #include "misc_util.h" #include "compat_misc.h" Index: trunk/src_plugins/export_test/export_test.c =================================================================== --- trunk/src_plugins/export_test/export_test.c (revision 4607) +++ trunk/src_plugins/export_test/export_test.c (revision 4608) @@ -11,7 +11,6 @@ #include "board.h" #include "data.h" #include "error.h" -#include "misc.h" #include "pcb-printf.h" #include "plugins.h" Index: trunk/src_plugins/export_xy/xy.c =================================================================== --- trunk/src_plugins/export_xy/xy.c (revision 4607) +++ trunk/src_plugins/export_xy/xy.c (revision 4608) @@ -12,7 +12,6 @@ #include "board.h" #include "data.h" #include "error.h" -#include "misc.h" #include "pcb-printf.h" #include "plugins.h" #include "compat_misc.h" Index: trunk/src_plugins/fontmode/fontmode.c =================================================================== --- trunk/src_plugins/fontmode/fontmode.c (revision 4607) +++ trunk/src_plugins/fontmode/fontmode.c (revision 4608) @@ -38,7 +38,6 @@ #include "draw.h" #include "flag.h" #include "layer.h" -#include "misc.h" #include "move.h" #include "remove.h" #include "rtree.h" Index: trunk/src_plugins/fp_fs/fp_fs.c =================================================================== --- trunk/src_plugins/fp_fs/fp_fs.c (revision 4607) +++ trunk/src_plugins/fp_fs/fp_fs.c (revision 4608) @@ -45,7 +45,6 @@ #include "compat_fs.h" #include "compat_misc.h" #include "error.h" -#include "misc.h" #include "conf.h" #include "conf_core.h" #include "compat_nls.h" Index: trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/layers.c =================================================================== --- trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/layers.c (revision 4607) +++ trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/layers.c (revision 4608) @@ -1,7 +1,6 @@ #include #include #include "layout.h" -#include "src/misc.h" #include "src/draw.h" #include "src/conf_core.h" #include "src/layer.h" Index: trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/object.c =================================================================== --- trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/object.c (revision 4607) +++ trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/object.c (revision 4608) @@ -2,7 +2,6 @@ #include #include "layout.h" #include "src/change.h" -#include "src/misc.h" #include "src/move.h" #include "src/conf_core.h" #include "src/layer.h" Index: trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c =================================================================== --- trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c (revision 4607) +++ trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c (revision 4608) @@ -3,7 +3,6 @@ #include #include #include -#include "src/misc.h" #include "src/misc_util.h" #include "src/conf_core.h" #include "src/event.h" Index: trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/manage_scripts.c =================================================================== --- trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/manage_scripts.c (revision 4607) +++ trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/manage_scripts.c (revision 4608) @@ -3,7 +3,6 @@ #include #include #include -#include "src/misc.h" #include "src/misc_util.h" #include "src/event.h" #include "gpmi_plugin.h" Index: trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/scripts.c =================================================================== --- trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/scripts.c (revision 4607) +++ trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/scripts.c (revision 4608) @@ -5,7 +5,6 @@ #include #include #include -#include "src/misc.h" #include "src/misc_util.h" #include "src/event.h" #include "src/error.h" Index: trunk/src_plugins/hid_batch/batch.c =================================================================== --- trunk/src_plugins/hid_batch/batch.c (revision 4607) +++ trunk/src_plugins/hid_batch/batch.c (revision 4608) @@ -8,7 +8,6 @@ #include "board.h" #include "hid.h" #include "data.h" -#include "misc.h" #include "layer.h" #include "pcb-printf.h" #include "plugins.h" Index: trunk/src_plugins/hid_gtk/gui-config.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-config.c (revision 4607) +++ trunk/src_plugins/hid_gtk/gui-config.c (revision 4608) @@ -39,7 +39,6 @@ #include "plug_io.h" #include "error.h" #include "draw.h" -#include "misc.h" #include "pcb-printf.h" #include "set.h" #include "hid_attrib.h" Index: trunk/src_plugins/hid_gtk/gui-misc.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-misc.c (revision 4607) +++ trunk/src_plugins/hid_gtk/gui-misc.c (revision 4608) @@ -28,7 +28,6 @@ #include "math_helper.h" #include "crosshair.h" #include "data.h" -#include "misc.h" #include "action_helper.h" #include "set.h" #include "pcb-printf.h" Index: trunk/src_plugins/hid_gtk/gui-netlist-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-netlist-window.c (revision 4607) +++ trunk/src_plugins/hid_gtk/gui-netlist-window.c (revision 4608) @@ -41,7 +41,6 @@ #include "draw.h" #include "error.h" #include "find.h" -#include "misc.h" #include "rats.h" #include "remove.h" #include "search.h" Index: trunk/src_plugins/hid_gtk/gui-output-events.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-output-events.c (revision 4607) +++ trunk/src_plugins/hid_gtk/gui-output-events.c (revision 4608) @@ -40,7 +40,6 @@ #include "draw.h" #include "error.h" #include "layer.h" -#include "misc.h" #include "set.h" #include "find.h" #include "search.h" Index: trunk/src_plugins/hid_gtk/gui-top-window.c =================================================================== --- trunk/src_plugins/hid_gtk/gui-top-window.c (revision 4607) +++ trunk/src_plugins/hid_gtk/gui-top-window.c (revision 4608) @@ -71,7 +71,6 @@ #include "plug_io.h" #include "find.h" #include "insert.h" -#include "misc.h" #include "layer.h" #include "move.h" #include "pcb-printf.h" Index: trunk/src_plugins/hid_gtk/gui.h =================================================================== --- trunk/src_plugins/hid_gtk/gui.h (revision 4607) +++ trunk/src_plugins/hid_gtk/gui.h (revision 4608) @@ -32,7 +32,6 @@ #include "hid_cfg_input.h" #include "data.h" -#include "misc.h" #include #include "ghid-coord-entry.h" Index: trunk/src_plugins/hid_lesstif/dialogs.c =================================================================== --- trunk/src_plugins/hid_lesstif/dialogs.c (revision 4607) +++ trunk/src_plugins/hid_lesstif/dialogs.c (revision 4608) @@ -14,7 +14,6 @@ #include "build_run.h" #include "crosshair.h" #include "layer.h" -#include "misc.h" #include "pcb-printf.h" #include "hid.h" Index: trunk/src_plugins/hid_lesstif/library.c =================================================================== --- trunk/src_plugins/hid_lesstif/library.c (revision 4607) +++ trunk/src_plugins/hid_lesstif/library.c (revision 4608) @@ -10,7 +10,6 @@ #include "compat_misc.h" #include "data.h" -#include "misc.h" #include "set.h" #include "buffer.h" #include "vtptr.h" Index: trunk/src_plugins/hid_lesstif/main.c =================================================================== --- trunk/src_plugins/hid_lesstif/main.c (revision 4607) +++ trunk/src_plugins/hid_lesstif/main.c (revision 4608) @@ -23,7 +23,6 @@ #include "action_helper.h" #include "crosshair.h" #include "layer.h" -#include "misc.h" #include "pcb-printf.h" #include "clip.h" #include "event.h" Index: trunk/src_plugins/hid_lesstif/menu.c =================================================================== --- trunk/src_plugins/hid_lesstif/menu.c (revision 4607) +++ trunk/src_plugins/hid_lesstif/menu.c (revision 4608) @@ -11,7 +11,6 @@ #include "data.h" #include "error.h" -#include "misc.h" #include "pcb-printf.h" #include "layer.h" Index: trunk/src_plugins/hid_lesstif/styles.c =================================================================== --- trunk/src_plugins/hid_lesstif/styles.c (revision 4607) +++ trunk/src_plugins/hid_lesstif/styles.c (revision 4608) @@ -11,7 +11,6 @@ #include "compat_misc.h" #include "data.h" #include "set.h" -#include "misc.h" #include "pcb-printf.h" #include "hid.h" Index: trunk/src_plugins/import_dsn/dsn.c =================================================================== --- trunk/src_plugins/import_dsn/dsn.c (revision 4607) +++ trunk/src_plugins/import_dsn/dsn.c (revision 4608) @@ -39,7 +39,6 @@ #include "board.h" #include "data.h" #include "error.h" -#include "misc.h" #include "rats.h" #include "buffer.h" #include "change.h" Index: trunk/src_plugins/import_netlist/import_netlist.c =================================================================== --- trunk/src_plugins/import_netlist/import_netlist.c (revision 4607) +++ trunk/src_plugins/import_netlist/import_netlist.c (revision 4608) @@ -32,7 +32,6 @@ #include "plug_import.h" #include "conf_core.h" #include "error.h" -#include "misc.h" #include "data.h" #include "rats_patch.h" #include "compat_misc.h" Index: trunk/src_plugins/import_sch/import_sch.c =================================================================== --- trunk/src_plugins/import_sch/import_sch.c (revision 4607) +++ trunk/src_plugins/import_sch/import_sch.c (revision 4608) @@ -35,7 +35,6 @@ #include "undo.h" #include "plugins.h" -#include "misc.h" #include "compat_fs.h" #include "pcb-printf.h" #include "remove.h" Index: trunk/src_plugins/io_kicad/read.c =================================================================== --- trunk/src_plugins/io_kicad/read.c (revision 4607) +++ trunk/src_plugins/io_kicad/read.c (revision 4608) @@ -39,7 +39,6 @@ #include "const.h" #include "netlist.h" #include "polygon.h" -#include "misc.h" /* for flag setting */ #include "misc_util.h" /* for distance calculations */ #include "conf_core.h" #include "move.h" Index: trunk/src_plugins/io_kicad/write.c =================================================================== --- trunk/src_plugins/io_kicad/write.c (revision 4607) +++ trunk/src_plugins/io_kicad/write.c (revision 4608) @@ -35,7 +35,6 @@ #include "layer.h" #include "const.h" #include "netlist.h" -#include "misc.h" #include "obj_all.h" #define F2S(OBJ, TYPE) flags_to_string ((OBJ)->Flags, TYPE) Index: trunk/src_plugins/io_kicad_legacy/write.c =================================================================== --- trunk/src_plugins/io_kicad_legacy/write.c (revision 4607) +++ trunk/src_plugins/io_kicad_legacy/write.c (revision 4608) @@ -35,7 +35,6 @@ #include "layer.h" #include "const.h" #include "netlist.h" -#include "misc.h" #include "obj_all.h" #define F2S(OBJ, TYPE) flags_to_string ((OBJ)->Flags, TYPE) Index: trunk/src_plugins/io_lihata/read.c =================================================================== --- trunk/src_plugins/io_lihata/read.c (revision 4607) +++ trunk/src_plugins/io_lihata/read.c (revision 4608) @@ -37,7 +37,6 @@ #include "compat_misc.h" #include "macro.h" #include "error.h" -#include "misc.h" #include "misc_util.h" #include "layer.h" #include "vtptr.h" Index: trunk/src_plugins/io_pcb/attribs.c =================================================================== --- trunk/src_plugins/io_pcb/attribs.c (revision 4607) +++ trunk/src_plugins/io_pcb/attribs.c (revision 4608) @@ -23,7 +23,6 @@ #include "config.h" #include "conf.h" #include "board.h" -#include "misc.h" #include "compat_misc.h" #define LISTSEP " [[pcb-rnd]] " Index: trunk/src_plugins/io_pcb/file.c =================================================================== --- trunk/src_plugins/io_pcb/file.c (revision 4607) +++ trunk/src_plugins/io_pcb/file.c (revision 4608) @@ -45,7 +45,6 @@ #include "plug_io.h" #include "hid.h" #include "layer.h" -#include "misc.h" #include "move.h" #include "parse_common.h" #include "pcb-printf.h" Index: trunk/src_plugins/io_pcb/parse_l.c =================================================================== --- trunk/src_plugins/io_pcb/parse_l.c (revision 4607) +++ trunk/src_plugins/io_pcb/parse_l.c (revision 4608) @@ -686,7 +686,6 @@ #include "data.h" #include "error.h" #include "file.h" -#include "misc.h" #include "flag_str.h" #include "parse_common.h" #include "parse_y.h" @@ -726,7 +725,7 @@ */ static int Parse(FILE *Pipe, const char *Executable, const char *Path, const char *Filename); -#line 730 "parse_l.c" +#line 729 "parse_l.c" #define INITIAL 0 @@ -944,10 +943,10 @@ } { -#line 107 "parse_l.l" +#line 106 "parse_l.l" -#line 951 "parse_l.c" +#line 950 "parse_l.c" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { @@ -1016,227 +1015,227 @@ case 1: YY_RULE_SETUP -#line 109 "parse_l.l" +#line 108 "parse_l.l" { return(T_FILEVERSION); } YY_BREAK case 2: YY_RULE_SETUP -#line 110 "parse_l.l" +#line 109 "parse_l.l" { return(T_PCB); } YY_BREAK case 3: YY_RULE_SETUP -#line 111 "parse_l.l" +#line 110 "parse_l.l" { return(T_GRID); } YY_BREAK case 4: YY_RULE_SETUP -#line 112 "parse_l.l" +#line 111 "parse_l.l" { return(T_CURSOR); } YY_BREAK case 5: YY_RULE_SETUP -#line 113 "parse_l.l" +#line 112 "parse_l.l" { return(T_THERMAL); } YY_BREAK case 6: YY_RULE_SETUP -#line 114 "parse_l.l" +#line 113 "parse_l.l" { return(T_AREA); } YY_BREAK case 7: YY_RULE_SETUP -#line 115 "parse_l.l" +#line 114 "parse_l.l" { return(T_DRC); } YY_BREAK case 8: YY_RULE_SETUP -#line 116 "parse_l.l" +#line 115 "parse_l.l" { return(T_FLAGS); } YY_BREAK case 9: YY_RULE_SETUP -#line 117 "parse_l.l" +#line 116 "parse_l.l" { return(T_LAYER); } YY_BREAK case 10: YY_RULE_SETUP -#line 118 "parse_l.l" +#line 117 "parse_l.l" { return(T_PIN); } YY_BREAK case 11: YY_RULE_SETUP -#line 119 "parse_l.l" +#line 118 "parse_l.l" { return(T_PAD); } YY_BREAK case 12: YY_RULE_SETUP -#line 120 "parse_l.l" +#line 119 "parse_l.l" { return(T_VIA); } YY_BREAK case 13: YY_RULE_SETUP -#line 121 "parse_l.l" +#line 120 "parse_l.l" { return(T_LINE); } YY_BREAK case 14: YY_RULE_SETUP -#line 122 "parse_l.l" +#line 121 "parse_l.l" { return(T_RAT); } YY_BREAK case 15: YY_RULE_SETUP -#line 123 "parse_l.l" +#line 122 "parse_l.l" { return(T_RECTANGLE); } YY_BREAK case 16: YY_RULE_SETUP -#line 124 "parse_l.l" +#line 123 "parse_l.l" { return(T_TEXT); } YY_BREAK case 17: YY_RULE_SETUP -#line 125 "parse_l.l" +#line 124 "parse_l.l" { return(T_ELEMENTLINE); } YY_BREAK case 18: YY_RULE_SETUP -#line 126 "parse_l.l" +#line 125 "parse_l.l" { return(T_ELEMENTARC); } YY_BREAK case 19: YY_RULE_SETUP -#line 127 "parse_l.l" +#line 126 "parse_l.l" { return(T_ELEMENT); } YY_BREAK case 20: YY_RULE_SETUP -#line 128 "parse_l.l" +#line 127 "parse_l.l" { return(T_SYMBOLLINE); } YY_BREAK case 21: YY_RULE_SETUP -#line 129 "parse_l.l" +#line 128 "parse_l.l" { return(T_SYMBOL); } YY_BREAK case 22: YY_RULE_SETUP -#line 130 "parse_l.l" +#line 129 "parse_l.l" { return(T_MARK); } YY_BREAK case 23: YY_RULE_SETUP -#line 131 "parse_l.l" +#line 130 "parse_l.l" { return(T_GROUPS); } YY_BREAK case 24: YY_RULE_SETUP -#line 132 "parse_l.l" +#line 131 "parse_l.l" { return(T_STYLES); } YY_BREAK case 25: YY_RULE_SETUP -#line 133 "parse_l.l" +#line 132 "parse_l.l" { return(T_POLYGON); } YY_BREAK case 26: YY_RULE_SETUP -#line 134 "parse_l.l" +#line 133 "parse_l.l" { return(T_POLYGON_HOLE); } YY_BREAK case 27: YY_RULE_SETUP -#line 135 "parse_l.l" +#line 134 "parse_l.l" { return(T_ARC); } YY_BREAK case 28: YY_RULE_SETUP -#line 136 "parse_l.l" +#line 135 "parse_l.l" { return(T_NETLIST); } YY_BREAK case 29: YY_RULE_SETUP -#line 137 "parse_l.l" +#line 136 "parse_l.l" { return(T_NET); } YY_BREAK case 30: YY_RULE_SETUP -#line 138 "parse_l.l" +#line 137 "parse_l.l" { return(T_CONN); } YY_BREAK case 31: YY_RULE_SETUP -#line 139 "parse_l.l" +#line 138 "parse_l.l" { return(T_NETLISTPATCH); } YY_BREAK case 32: YY_RULE_SETUP -#line 140 "parse_l.l" +#line 139 "parse_l.l" { return(T_ADD_CONN); } YY_BREAK case 33: YY_RULE_SETUP -#line 141 "parse_l.l" +#line 140 "parse_l.l" { return(T_DEL_CONN); } YY_BREAK case 34: YY_RULE_SETUP -#line 142 "parse_l.l" +#line 141 "parse_l.l" { return(T_CHANGE_ATTRIB); } YY_BREAK case 35: YY_RULE_SETUP -#line 143 "parse_l.l" +#line 142 "parse_l.l" { return(T_ATTRIBUTE); } YY_BREAK case 36: YY_RULE_SETUP -#line 145 "parse_l.l" +#line 144 "parse_l.l" { return T_NM; } YY_BREAK case 37: YY_RULE_SETUP -#line 146 "parse_l.l" +#line 145 "parse_l.l" { return T_UM; } YY_BREAK case 38: YY_RULE_SETUP -#line 147 "parse_l.l" +#line 146 "parse_l.l" { return T_MM; } YY_BREAK case 39: YY_RULE_SETUP -#line 148 "parse_l.l" +#line 147 "parse_l.l" { return T_M; } YY_BREAK case 40: YY_RULE_SETUP -#line 149 "parse_l.l" +#line 148 "parse_l.l" { return T_KM; } YY_BREAK case 41: YY_RULE_SETUP -#line 150 "parse_l.l" +#line 149 "parse_l.l" { return T_UMIL; } YY_BREAK case 42: YY_RULE_SETUP -#line 151 "parse_l.l" +#line 150 "parse_l.l" { return T_CMIL; } YY_BREAK case 43: YY_RULE_SETUP -#line 152 "parse_l.l" +#line 151 "parse_l.l" { return T_MIL; } YY_BREAK case 44: YY_RULE_SETUP -#line 153 "parse_l.l" +#line 152 "parse_l.l" { return T_IN; } YY_BREAK case 45: YY_RULE_SETUP -#line 155 "parse_l.l" +#line 154 "parse_l.l" { pcb_lval.integer = (unsigned) *(pcb_text+1); return(CHAR_CONST); @@ -1244,17 +1243,17 @@ YY_BREAK case 46: YY_RULE_SETUP -#line 159 "parse_l.l" +#line 158 "parse_l.l" { return parse_number(); } YY_BREAK case 47: YY_RULE_SETUP -#line 160 "parse_l.l" +#line 159 "parse_l.l" { pcb_lval.integer = pcb_round (strtod (pcb_text, NULL)); return INTEGER; } YY_BREAK case 48: YY_RULE_SETUP -#line 162 "parse_l.l" +#line 161 "parse_l.l" { unsigned n; sscanf((char *) pcb_text, "%x", &n); pcb_lval.integer = n; @@ -1263,7 +1262,7 @@ YY_BREAK case 49: YY_RULE_SETUP -#line 167 "parse_l.l" +#line 166 "parse_l.l" { char *p1, *p2; @@ -1299,18 +1298,18 @@ YY_BREAK case 50: YY_RULE_SETUP -#line 199 "parse_l.l" +#line 198 "parse_l.l" {} YY_BREAK case 51: YY_RULE_SETUP -#line 200 "parse_l.l" +#line 199 "parse_l.l" {} YY_BREAK case 52: /* rule 52 can match eol */ YY_RULE_SETUP -#line 201 "parse_l.l" +#line 200 "parse_l.l" { #ifndef FLEX_SCANNER pcb_lineno++; @@ -1319,20 +1318,20 @@ YY_BREAK case 53: YY_RULE_SETUP -#line 206 "parse_l.l" +#line 205 "parse_l.l" {} YY_BREAK case 54: YY_RULE_SETUP -#line 207 "parse_l.l" +#line 206 "parse_l.l" { return(*pcb_text); } YY_BREAK case 55: YY_RULE_SETUP -#line 209 "parse_l.l" +#line 208 "parse_l.l" ECHO; YY_BREAK -#line 1336 "parse_l.c" +#line 1335 "parse_l.c" case YY_STATE_EOF(INITIAL): yyterminate(); @@ -2345,7 +2344,7 @@ #define YYTABLES_NAME "yytables" -#line 209 "parse_l.l" +#line 208 "parse_l.l" Index: trunk/src_plugins/io_pcb/parse_l.h =================================================================== --- trunk/src_plugins/io_pcb/parse_l.h (revision 4607) +++ trunk/src_plugins/io_pcb/parse_l.h (revision 4608) @@ -315,7 +315,7 @@ #undef YY_DECL #endif -#line 209 "parse_l.l" +#line 208 "parse_l.l" #line 322 "parse_l.h" Index: trunk/src_plugins/io_pcb/parse_l.l =================================================================== --- trunk/src_plugins/io_pcb/parse_l.l (revision 4607) +++ trunk/src_plugins/io_pcb/parse_l.l (revision 4608) @@ -52,7 +52,6 @@ #include "data.h" #include "error.h" #include "file.h" -#include "misc.h" #include "flag_str.h" #include "parse_common.h" #include "parse_y.h" Index: trunk/src_plugins/io_pcb/parse_y.c =================================================================== --- trunk/src_plugins/io_pcb/parse_y.c (revision 4607) +++ trunk/src_plugins/io_pcb/parse_y.c (revision 4608) @@ -108,7 +108,6 @@ #include "data.h" #include "error.h" #include "file.h" -#include "misc.h" #include "parse_l.h" #include "polygon.h" #include "remove.h" @@ -165,7 +164,7 @@ #include "parse_y.h" -#line 169 "parse_y.c" /* yacc.c:339 */ +#line 168 "parse_y.c" /* yacc.c:339 */ # ifndef YY_NULLPTR # if defined __cplusplus && 201103L <= __cplusplus @@ -256,7 +255,7 @@ union YYSTYPE { -#line 111 "parse_y.y" /* yacc.c:355 */ +#line 110 "parse_y.y" /* yacc.c:355 */ int integer; double number; @@ -264,7 +263,7 @@ FlagType flagtype; PLMeasure measure; -#line 268 "parse_y.c" /* yacc.c:355 */ +#line 267 "parse_y.c" /* yacc.c:355 */ }; typedef union YYSTYPE YYSTYPE; @@ -281,7 +280,7 @@ /* Copy the second part of user declarations. */ -#line 285 "parse_y.c" /* yacc.c:358 */ +#line 284 "parse_y.c" /* yacc.c:358 */ #ifdef short # undef short @@ -583,28 +582,28 @@ /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { - 0, 138, 138, 139, 140, 141, 165, 165, 222, 222, - 233, 233, 252, 253, 258, 258, 298, 300, 330, 336, - 342, 371, 372, 373, 376, 384, 399, 433, 439, 445, - 461, 463, 488, 490, 521, 523, 524, 525, 529, 539, - 550, 577, 581, 586, 614, 618, 662, 671, 680, 684, - 685, 689, 690, 694, 695, 695, 696, 697, 699, 699, - 706, 710, 711, 712, 713, 714, 750, 760, 771, 781, - 791, 827, 832, 864, 863, 891, 892, 896, 897, 901, - 902, 903, 904, 905, 906, 908, 913, 914, 915, 916, - 916, 917, 947, 956, 965, 1013, 1022, 1031, 1068, 1078, - 1096, 1146, 1145, 1184, 1186, 1191, 1190, 1197, 1199, 1204, - 1208, 1268, 1269, 1270, 1271, 1272, 1280, 1279, 1298, 1297, - 1316, 1315, 1336, 1334, 1358, 1356, 1437, 1438, 1442, 1443, - 1444, 1445, 1446, 1448, 1453, 1458, 1463, 1468, 1473, 1478, - 1478, 1482, 1483, 1487, 1488, 1489, 1490, 1492, 1498, 1505, - 1510, 1515, 1515, 1556, 1568, 1580, 1591, 1607, 1661, 1675, - 1688, 1699, 1710, 1711, 1715, 1716, 1738, 1740, 1756, 1775, - 1776, 1779, 1781, 1782, 1803, 1810, 1826, 1827, 1831, 1836, - 1837, 1841, 1842, 1866, 1865, 1875, 1876, 1880, 1881, 1900, - 1917, 1918, 1922, 1927, 1928, 1932, 1933, 1948, 1949, 1950, - 1977, 1985, 1986, 1990, 1991, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005 + 0, 137, 137, 138, 139, 140, 164, 164, 221, 221, + 232, 232, 251, 252, 257, 257, 297, 299, 329, 335, + 341, 370, 371, 372, 375, 383, 398, 432, 438, 444, + 460, 462, 487, 489, 520, 522, 523, 524, 528, 538, + 549, 576, 580, 585, 613, 617, 661, 670, 679, 683, + 684, 688, 689, 693, 694, 694, 695, 696, 698, 698, + 705, 709, 710, 711, 712, 713, 749, 759, 770, 780, + 790, 826, 831, 863, 862, 890, 891, 895, 896, 900, + 901, 902, 903, 904, 905, 907, 912, 913, 914, 915, + 915, 916, 946, 955, 964, 1012, 1021, 1030, 1067, 1077, + 1095, 1145, 1144, 1183, 1185, 1190, 1189, 1196, 1198, 1203, + 1207, 1267, 1268, 1269, 1270, 1271, 1279, 1278, 1297, 1296, + 1315, 1314, 1335, 1333, 1357, 1355, 1436, 1437, 1441, 1442, + 1443, 1444, 1445, 1447, 1452, 1457, 1462, 1467, 1472, 1477, + 1477, 1481, 1482, 1486, 1487, 1488, 1489, 1491, 1497, 1504, + 1509, 1514, 1514, 1555, 1567, 1579, 1590, 1606, 1660, 1674, + 1687, 1698, 1709, 1710, 1714, 1715, 1737, 1739, 1755, 1774, + 1775, 1778, 1780, 1781, 1802, 1809, 1825, 1826, 1830, 1835, + 1836, 1840, 1841, 1865, 1864, 1874, 1875, 1879, 1880, 1899, + 1916, 1917, 1921, 1926, 1927, 1931, 1932, 1947, 1948, 1949, + 1976, 1984, 1985, 1989, 1990, 1995, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2004 }; #endif @@ -1781,13 +1780,13 @@ switch (yyn) { case 5: -#line 141 "parse_y.y" /* yacc.c:1646 */ +#line 140 "parse_y.y" /* yacc.c:1646 */ { YYABORT; } -#line 1787 "parse_y.c" /* yacc.c:1646 */ +#line 1786 "parse_y.c" /* yacc.c:1646 */ break; case 6: -#line 165 "parse_y.y" /* yacc.c:1646 */ +#line 164 "parse_y.y" /* yacc.c:1646 */ { /* reset flags for 'used layers'; * init font and data pointers @@ -1808,11 +1807,11 @@ yyPCB->NetlistPatches = yyPCB->NetlistPatchLast = NULL; layer_group_string = NULL; } -#line 1812 "parse_y.c" /* yacc.c:1646 */ +#line 1811 "parse_y.c" /* yacc.c:1646 */ break; case 7: -#line 199 "parse_y.y" /* yacc.c:1646 */ +#line 198 "parse_y.y" /* yacc.c:1646 */ { PCBTypePtr pcb_save = PCB; if ((yy_settings_dest != CFR_invalid) && (layer_group_string != NULL)) @@ -1835,28 +1834,28 @@ ENDALL_LOOP; PCB = pcb_save; } -#line 1839 "parse_y.c" /* yacc.c:1646 */ +#line 1838 "parse_y.c" /* yacc.c:1646 */ break; case 8: -#line 222 "parse_y.y" /* yacc.c:1646 */ +#line 221 "parse_y.y" /* yacc.c:1646 */ { PreLoadElementPCB (); layer_group_string = NULL; } -#line 1846 "parse_y.c" /* yacc.c:1646 */ +#line 1845 "parse_y.c" /* yacc.c:1646 */ break; case 9: -#line 225 "parse_y.y" /* yacc.c:1646 */ +#line 224 "parse_y.y" /* yacc.c:1646 */ { LayerFlag[0] = pcb_true; LayerFlag[1] = pcb_true; yyData->LayerN = 2; PostLoadElementPCB (); } -#line 1856 "parse_y.c" /* yacc.c:1646 */ +#line 1855 "parse_y.c" /* yacc.c:1646 */ break; case 10: -#line 233 "parse_y.y" /* yacc.c:1646 */ +#line 232 "parse_y.y" /* yacc.c:1646 */ { /* reset flags for 'used layers'; * init font and data pointers @@ -1872,11 +1871,11 @@ LayerFlag[i] = pcb_false; yyData->LayerN = 0; } -#line 1876 "parse_y.c" /* yacc.c:1646 */ +#line 1875 "parse_y.c" /* yacc.c:1646 */ break; case 14: -#line 258 "parse_y.y" /* yacc.c:1646 */ +#line 257 "parse_y.y" /* yacc.c:1646 */ { /* mark all symbols invalid */ int i; @@ -1891,20 +1890,20 @@ free (yyFont->Symbol[i].Line); memset(yyFont->Symbol, 0, sizeof(yyFont->Symbol)); } -#line 1895 "parse_y.c" /* yacc.c:1646 */ +#line 1894 "parse_y.c" /* yacc.c:1646 */ break; case 15: -#line 273 "parse_y.y" /* yacc.c:1646 */ +#line 272 "parse_y.y" /* yacc.c:1646 */ { yyFont->Valid = pcb_true; SetFontInfo(yyFont); } -#line 1904 "parse_y.c" /* yacc.c:1646 */ +#line 1903 "parse_y.c" /* yacc.c:1646 */ break; case 17: -#line 301 "parse_y.y" /* yacc.c:1646 */ +#line 300 "parse_y.y" /* yacc.c:1646 */ { if (check_file_version ((yyvsp[-1].integer)) != 0) { @@ -1911,51 +1910,51 @@ YYABORT; } } -#line 1915 "parse_y.c" /* yacc.c:1646 */ +#line 1914 "parse_y.c" /* yacc.c:1646 */ break; case 18: -#line 331 "parse_y.y" /* yacc.c:1646 */ +#line 330 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Name = (yyvsp[-1].string); yyPCB->MaxWidth = MAX_COORD; yyPCB->MaxHeight = MAX_COORD; } -#line 1925 "parse_y.c" /* yacc.c:1646 */ +#line 1924 "parse_y.c" /* yacc.c:1646 */ break; case 19: -#line 337 "parse_y.y" /* yacc.c:1646 */ +#line 336 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Name = (yyvsp[-3].string); yyPCB->MaxWidth = OU ((yyvsp[-2].measure)); yyPCB->MaxHeight = OU ((yyvsp[-1].measure)); } -#line 1935 "parse_y.c" /* yacc.c:1646 */ +#line 1934 "parse_y.c" /* yacc.c:1646 */ break; case 20: -#line 343 "parse_y.y" /* yacc.c:1646 */ +#line 342 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Name = (yyvsp[-3].string); yyPCB->MaxWidth = NU ((yyvsp[-2].measure)); yyPCB->MaxHeight = NU ((yyvsp[-1].measure)); } -#line 1945 "parse_y.c" /* yacc.c:1646 */ +#line 1944 "parse_y.c" /* yacc.c:1646 */ break; case 24: -#line 377 "parse_y.y" /* yacc.c:1646 */ +#line 376 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Grid = OU ((yyvsp[-3].measure)); yyPCB->GridOffsetX = OU ((yyvsp[-2].measure)); yyPCB->GridOffsetY = OU ((yyvsp[-1].measure)); } -#line 1955 "parse_y.c" /* yacc.c:1646 */ +#line 1954 "parse_y.c" /* yacc.c:1646 */ break; case 25: -#line 385 "parse_y.y" /* yacc.c:1646 */ +#line 384 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Grid = OU ((yyvsp[-4].measure)); yyPCB->GridOffsetX = OU ((yyvsp[-3].measure)); @@ -1967,11 +1966,11 @@ conf_set(yy_settings_dest, "editor/draw_grid", -1, "false", POL_OVERWRITE); } } -#line 1971 "parse_y.c" /* yacc.c:1646 */ +#line 1970 "parse_y.c" /* yacc.c:1646 */ break; case 26: -#line 400 "parse_y.y" /* yacc.c:1646 */ +#line 399 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Grid = NU ((yyvsp[-4].measure)); yyPCB->GridOffsetX = NU ((yyvsp[-3].measure)); @@ -1983,48 +1982,48 @@ conf_set(yy_settings_dest, "editor/draw_grid", -1, "false", POL_OVERWRITE); } } -#line 1987 "parse_y.c" /* yacc.c:1646 */ +#line 1986 "parse_y.c" /* yacc.c:1646 */ break; case 27: -#line 434 "parse_y.y" /* yacc.c:1646 */ +#line 433 "parse_y.y" /* yacc.c:1646 */ { yyPCB->CursorX = OU ((yyvsp[-3].measure)); yyPCB->CursorY = OU ((yyvsp[-2].measure)); yyPCB->Zoom = (yyvsp[-1].number)*2; } -#line 1997 "parse_y.c" /* yacc.c:1646 */ +#line 1996 "parse_y.c" /* yacc.c:1646 */ break; case 28: -#line 440 "parse_y.y" /* yacc.c:1646 */ +#line 439 "parse_y.y" /* yacc.c:1646 */ { yyPCB->CursorX = NU ((yyvsp[-3].measure)); yyPCB->CursorY = NU ((yyvsp[-2].measure)); yyPCB->Zoom = (yyvsp[-1].number); } -#line 2007 "parse_y.c" /* yacc.c:1646 */ +#line 2006 "parse_y.c" /* yacc.c:1646 */ break; case 31: -#line 464 "parse_y.y" /* yacc.c:1646 */ +#line 463 "parse_y.y" /* yacc.c:1646 */ { /* Read in cmil^2 for now; in future this should be a noop. */ yyPCB->IsleArea = PCB_MIL_TO_COORD (PCB_MIL_TO_COORD ((yyvsp[-1].number)) / 100.0) / 100.0; } -#line 2016 "parse_y.c" /* yacc.c:1646 */ +#line 2015 "parse_y.c" /* yacc.c:1646 */ break; case 33: -#line 491 "parse_y.y" /* yacc.c:1646 */ +#line 490 "parse_y.y" /* yacc.c:1646 */ { yyPCB->ThermScale = (yyvsp[-1].number); } -#line 2024 "parse_y.c" /* yacc.c:1646 */ +#line 2023 "parse_y.c" /* yacc.c:1646 */ break; case 38: -#line 530 "parse_y.y" /* yacc.c:1646 */ +#line 529 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Bloat = NU ((yyvsp[-3].measure)); yyPCB->Shrink = NU ((yyvsp[-2].measure)); @@ -2031,11 +2030,11 @@ yyPCB->minWid = NU ((yyvsp[-1].measure)); yyPCB->minRing = NU ((yyvsp[-1].measure)); } -#line 2035 "parse_y.c" /* yacc.c:1646 */ +#line 2034 "parse_y.c" /* yacc.c:1646 */ break; case 39: -#line 540 "parse_y.y" /* yacc.c:1646 */ +#line 539 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Bloat = NU ((yyvsp[-4].measure)); yyPCB->Shrink = NU ((yyvsp[-3].measure)); @@ -2043,11 +2042,11 @@ yyPCB->minSlk = NU ((yyvsp[-1].measure)); yyPCB->minRing = NU ((yyvsp[-2].measure)); } -#line 2047 "parse_y.c" /* yacc.c:1646 */ +#line 2046 "parse_y.c" /* yacc.c:1646 */ break; case 40: -#line 551 "parse_y.y" /* yacc.c:1646 */ +#line 550 "parse_y.y" /* yacc.c:1646 */ { yyPCB->Bloat = NU ((yyvsp[-6].measure)); yyPCB->Shrink = NU ((yyvsp[-5].measure)); @@ -2056,36 +2055,36 @@ yyPCB->minDrill = NU ((yyvsp[-2].measure)); yyPCB->minRing = NU ((yyvsp[-1].measure)); } -#line 2060 "parse_y.c" /* yacc.c:1646 */ +#line 2059 "parse_y.c" /* yacc.c:1646 */ break; case 41: -#line 578 "parse_y.y" /* yacc.c:1646 */ +#line 577 "parse_y.y" /* yacc.c:1646 */ { yy_pcb_flags = MakeFlags ((yyvsp[-1].integer) & PCB_FLAGS); } -#line 2068 "parse_y.c" /* yacc.c:1646 */ +#line 2067 "parse_y.c" /* yacc.c:1646 */ break; case 42: -#line 582 "parse_y.y" /* yacc.c:1646 */ +#line 581 "parse_y.y" /* yacc.c:1646 */ { yy_pcb_flags = string_to_pcbflags ((yyvsp[-1].string), yyerror); free((yyvsp[-1].string)); } -#line 2077 "parse_y.c" /* yacc.c:1646 */ +#line 2076 "parse_y.c" /* yacc.c:1646 */ break; case 44: -#line 615 "parse_y.y" /* yacc.c:1646 */ +#line 614 "parse_y.y" /* yacc.c:1646 */ { layer_group_string = (yyvsp[-1].string); } -#line 2085 "parse_y.c" /* yacc.c:1646 */ +#line 2084 "parse_y.c" /* yacc.c:1646 */ break; case 46: -#line 663 "parse_y.y" /* yacc.c:1646 */ +#line 662 "parse_y.y" /* yacc.c:1646 */ { if (ParseRouteString((yyvsp[-1].string), &yyPCB->RouteStyle, "mil")) { @@ -2094,11 +2093,11 @@ } free((yyvsp[-1].string)); } -#line 2098 "parse_y.c" /* yacc.c:1646 */ +#line 2097 "parse_y.c" /* yacc.c:1646 */ break; case 47: -#line 672 "parse_y.y" /* yacc.c:1646 */ +#line 671 "parse_y.y" /* yacc.c:1646 */ { if (ParseRouteString(((yyvsp[-1].string) == NULL ? "" : (yyvsp[-1].string)), &yyPCB->RouteStyle, "cmil")) { @@ -2107,17 +2106,17 @@ } free((yyvsp[-1].string)); } -#line 2111 "parse_y.c" /* yacc.c:1646 */ +#line 2110 "parse_y.c" /* yacc.c:1646 */ break; case 54: -#line 695 "parse_y.y" /* yacc.c:1646 */ +#line 694 "parse_y.y" /* yacc.c:1646 */ { attr_list = & yyPCB->Attributes; } -#line 2117 "parse_y.c" /* yacc.c:1646 */ +#line 2116 "parse_y.c" /* yacc.c:1646 */ break; case 58: -#line 699 "parse_y.y" /* yacc.c:1646 */ +#line 698 "parse_y.y" /* yacc.c:1646 */ { /* clear pointer to force memory allocation by * the appropriate subroutine @@ -2124,57 +2123,57 @@ */ yyElement = NULL; } -#line 2128 "parse_y.c" /* yacc.c:1646 */ +#line 2127 "parse_y.c" /* yacc.c:1646 */ break; case 60: -#line 706 "parse_y.y" /* yacc.c:1646 */ +#line 705 "parse_y.y" /* yacc.c:1646 */ { YYABORT; } -#line 2134 "parse_y.c" /* yacc.c:1646 */ +#line 2133 "parse_y.c" /* yacc.c:1646 */ break; case 66: -#line 751 "parse_y.y" /* yacc.c:1646 */ +#line 750 "parse_y.y" /* yacc.c:1646 */ { CreateNewVia(yyData, NU ((yyvsp[-8].measure)), NU ((yyvsp[-7].measure)), NU ((yyvsp[-6].measure)), NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), NU ((yyvsp[-3].measure)), (yyvsp[-2].string), (yyvsp[-1].flagtype)); free ((yyvsp[-2].string)); } -#line 2144 "parse_y.c" /* yacc.c:1646 */ +#line 2143 "parse_y.c" /* yacc.c:1646 */ break; case 67: -#line 761 "parse_y.y" /* yacc.c:1646 */ +#line 760 "parse_y.y" /* yacc.c:1646 */ { CreateNewVia(yyData, OU ((yyvsp[-8].measure)), OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), (yyvsp[-2].string), OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2154 "parse_y.c" /* yacc.c:1646 */ +#line 2153 "parse_y.c" /* yacc.c:1646 */ break; case 68: -#line 772 "parse_y.y" /* yacc.c:1646 */ +#line 771 "parse_y.y" /* yacc.c:1646 */ { CreateNewVia(yyData, OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-5].measure)) + OU((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), (yyvsp[-2].string), OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2164 "parse_y.c" /* yacc.c:1646 */ +#line 2163 "parse_y.c" /* yacc.c:1646 */ break; case 69: -#line 782 "parse_y.y" /* yacc.c:1646 */ +#line 781 "parse_y.y" /* yacc.c:1646 */ { CreateNewVia(yyData, OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), 2*GROUNDPLANEFRAME, OU((yyvsp[-4].measure)) + 2*MASKFRAME, OU ((yyvsp[-3].measure)), (yyvsp[-2].string), OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2174 "parse_y.c" /* yacc.c:1646 */ +#line 2173 "parse_y.c" /* yacc.c:1646 */ break; case 70: -#line 792 "parse_y.y" /* yacc.c:1646 */ +#line 791 "parse_y.y" /* yacc.c:1646 */ { Coord hole = (OU((yyvsp[-3].measure)) * DEFAULT_DRILLINGHOLE); @@ -2187,29 +2186,29 @@ OU((yyvsp[-3].measure)) + 2*MASKFRAME, hole, (yyvsp[-2].string), OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2191 "parse_y.c" /* yacc.c:1646 */ +#line 2190 "parse_y.c" /* yacc.c:1646 */ break; case 71: -#line 828 "parse_y.y" /* yacc.c:1646 */ +#line 827 "parse_y.y" /* yacc.c:1646 */ { CreateNewRat(yyData, NU ((yyvsp[-7].measure)), NU ((yyvsp[-6].measure)), NU ((yyvsp[-4].measure)), NU ((yyvsp[-3].measure)), (yyvsp[-5].integer), (yyvsp[-2].integer), conf_core.appearance.rat_thickness, (yyvsp[-1].flagtype)); } -#line 2200 "parse_y.c" /* yacc.c:1646 */ +#line 2199 "parse_y.c" /* yacc.c:1646 */ break; case 72: -#line 833 "parse_y.y" /* yacc.c:1646 */ +#line 832 "parse_y.y" /* yacc.c:1646 */ { CreateNewRat(yyData, OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), (yyvsp[-5].integer), (yyvsp[-2].integer), conf_core.appearance.rat_thickness, OldFlags((yyvsp[-1].integer))); } -#line 2209 "parse_y.c" /* yacc.c:1646 */ +#line 2208 "parse_y.c" /* yacc.c:1646 */ break; case 73: -#line 864 "parse_y.y" /* yacc.c:1646 */ +#line 863 "parse_y.y" /* yacc.c:1646 */ { if ((yyvsp[-4].integer) <= 0 || (yyvsp[-4].integer) > MAX_LAYER + 2) { @@ -2233,44 +2232,44 @@ if ((yyvsp[-2].string) != NULL) free((yyvsp[-2].string)); } -#line 2237 "parse_y.c" /* yacc.c:1646 */ +#line 2236 "parse_y.c" /* yacc.c:1646 */ break; case 85: -#line 909 "parse_y.y" /* yacc.c:1646 */ +#line 908 "parse_y.y" /* yacc.c:1646 */ { CreateNewPolygonFromRectangle(Layer, OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-5].measure)) + OU ((yyvsp[-3].measure)), OU ((yyvsp[-4].measure)) + OU ((yyvsp[-2].measure)), OldFlags((yyvsp[-1].integer))); } -#line 2246 "parse_y.c" /* yacc.c:1646 */ +#line 2245 "parse_y.c" /* yacc.c:1646 */ break; case 89: -#line 916 "parse_y.y" /* yacc.c:1646 */ +#line 915 "parse_y.y" /* yacc.c:1646 */ { attr_list = & Layer->Attributes; } -#line 2252 "parse_y.c" /* yacc.c:1646 */ +#line 2251 "parse_y.c" /* yacc.c:1646 */ break; case 92: -#line 948 "parse_y.y" /* yacc.c:1646 */ +#line 947 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineOnLayer(Layer, NU ((yyvsp[-7].measure)), NU ((yyvsp[-6].measure)), NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), NU ((yyvsp[-3].measure)), NU ((yyvsp[-2].measure)), (yyvsp[-1].flagtype)); } -#line 2261 "parse_y.c" /* yacc.c:1646 */ +#line 2260 "parse_y.c" /* yacc.c:1646 */ break; case 93: -#line 957 "parse_y.y" /* yacc.c:1646 */ +#line 956 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineOnLayer(Layer, OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), OU ((yyvsp[-2].measure)), OldFlags((yyvsp[-1].integer))); } -#line 2270 "parse_y.c" /* yacc.c:1646 */ +#line 2269 "parse_y.c" /* yacc.c:1646 */ break; case 94: -#line 966 "parse_y.y" /* yacc.c:1646 */ +#line 965 "parse_y.y" /* yacc.c:1646 */ { /* eliminate old-style rat-lines */ if ((IV ((yyvsp[-1].measure)) & PCB_FLAG_RAT) == 0) @@ -2277,48 +2276,48 @@ CreateNewLineOnLayer(Layer, OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), OU ((yyvsp[-2].measure)), 200*GROUNDPLANEFRAME, OldFlags(IV ((yyvsp[-1].measure)))); } -#line 2281 "parse_y.c" /* yacc.c:1646 */ +#line 2280 "parse_y.c" /* yacc.c:1646 */ break; case 95: -#line 1014 "parse_y.y" /* yacc.c:1646 */ +#line 1013 "parse_y.y" /* yacc.c:1646 */ { CreateNewArcOnLayer(Layer, NU ((yyvsp[-9].measure)), NU ((yyvsp[-8].measure)), NU ((yyvsp[-7].measure)), NU ((yyvsp[-6].measure)), (yyvsp[-3].number), (yyvsp[-2].number), NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), (yyvsp[-1].flagtype)); } -#line 2290 "parse_y.c" /* yacc.c:1646 */ +#line 2289 "parse_y.c" /* yacc.c:1646 */ break; case 96: -#line 1023 "parse_y.y" /* yacc.c:1646 */ +#line 1022 "parse_y.y" /* yacc.c:1646 */ { CreateNewArcOnLayer(Layer, OU ((yyvsp[-9].measure)), OU ((yyvsp[-8].measure)), OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), (yyvsp[-3].number), (yyvsp[-2].number), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OldFlags((yyvsp[-1].integer))); } -#line 2299 "parse_y.c" /* yacc.c:1646 */ +#line 2298 "parse_y.c" /* yacc.c:1646 */ break; case 97: -#line 1032 "parse_y.y" /* yacc.c:1646 */ +#line 1031 "parse_y.y" /* yacc.c:1646 */ { CreateNewArcOnLayer(Layer, OU ((yyvsp[-8].measure)), OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-6].measure)), IV ((yyvsp[-3].measure)), (yyvsp[-2].number), OU ((yyvsp[-4].measure)), 200*GROUNDPLANEFRAME, OldFlags((yyvsp[-1].integer))); } -#line 2308 "parse_y.c" /* yacc.c:1646 */ +#line 2307 "parse_y.c" /* yacc.c:1646 */ break; case 98: -#line 1069 "parse_y.y" /* yacc.c:1646 */ +#line 1068 "parse_y.y" /* yacc.c:1646 */ { /* use a default scale of 100% */ CreateNewText(Layer,yyFont,OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), (yyvsp[-3].number), 100, (yyvsp[-2].string), OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2318 "parse_y.c" /* yacc.c:1646 */ +#line 2317 "parse_y.c" /* yacc.c:1646 */ break; case 99: -#line 1079 "parse_y.y" /* yacc.c:1646 */ +#line 1078 "parse_y.y" /* yacc.c:1646 */ { if ((yyvsp[-1].integer) & PCB_FLAG_ONSILK) { @@ -2333,11 +2332,11 @@ OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2337 "parse_y.c" /* yacc.c:1646 */ +#line 2336 "parse_y.c" /* yacc.c:1646 */ break; case 100: -#line 1097 "parse_y.y" /* yacc.c:1646 */ +#line 1096 "parse_y.y" /* yacc.c:1646 */ { /* FIXME: shouldn't know about .f */ /* I don't think this matters because anything with hi_format @@ -2357,19 +2356,19 @@ CreateNewText(Layer, yyFont, NU ((yyvsp[-6].measure)), NU ((yyvsp[-5].measure)), (yyvsp[-4].number), (yyvsp[-3].number), (yyvsp[-2].string), (yyvsp[-1].flagtype)); free ((yyvsp[-2].string)); } -#line 2361 "parse_y.c" /* yacc.c:1646 */ +#line 2360 "parse_y.c" /* yacc.c:1646 */ break; case 101: -#line 1146 "parse_y.y" /* yacc.c:1646 */ +#line 1145 "parse_y.y" /* yacc.c:1646 */ { Polygon = CreateNewPolygon(Layer, (yyvsp[-2].flagtype)); } -#line 2369 "parse_y.c" /* yacc.c:1646 */ +#line 2368 "parse_y.c" /* yacc.c:1646 */ break; case 102: -#line 1151 "parse_y.y" /* yacc.c:1646 */ +#line 1150 "parse_y.y" /* yacc.c:1646 */ { pcb_cardinal_t contour, contour_start, contour_end; pcb_bool bad_contour_found = pcb_false; @@ -2401,35 +2400,35 @@ r_insert_entry (Layer->polygon_tree, (BoxType *) Polygon, 0); } } -#line 2405 "parse_y.c" /* yacc.c:1646 */ +#line 2404 "parse_y.c" /* yacc.c:1646 */ break; case 105: -#line 1191 "parse_y.y" /* yacc.c:1646 */ +#line 1190 "parse_y.y" /* yacc.c:1646 */ { CreateNewHoleInPolygon (Polygon); } -#line 2413 "parse_y.c" /* yacc.c:1646 */ +#line 2412 "parse_y.c" /* yacc.c:1646 */ break; case 109: -#line 1205 "parse_y.y" /* yacc.c:1646 */ +#line 1204 "parse_y.y" /* yacc.c:1646 */ { CreateNewPointInPolygon(Polygon, OU ((yyvsp[-2].measure)), OU ((yyvsp[-1].measure))); } -#line 2421 "parse_y.c" /* yacc.c:1646 */ +#line 2420 "parse_y.c" /* yacc.c:1646 */ break; case 110: -#line 1209 "parse_y.y" /* yacc.c:1646 */ +#line 1208 "parse_y.y" /* yacc.c:1646 */ { CreateNewPointInPolygon(Polygon, NU ((yyvsp[-2].measure)), NU ((yyvsp[-1].measure))); } -#line 2429 "parse_y.c" /* yacc.c:1646 */ +#line 2428 "parse_y.c" /* yacc.c:1646 */ break; case 116: -#line 1280 "parse_y.y" /* yacc.c:1646 */ +#line 1279 "parse_y.y" /* yacc.c:1646 */ { yyElement = CreateNewElement(yyData, yyElement, yyFont, NoFlags(), (yyvsp[-6].string), (yyvsp[-5].string), NULL, OU ((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), (yyvsp[-2].integer), 100, NoFlags(), pcb_false); @@ -2437,19 +2436,19 @@ free ((yyvsp[-5].string)); pin_num = 1; } -#line 2441 "parse_y.c" /* yacc.c:1646 */ +#line 2440 "parse_y.c" /* yacc.c:1646 */ break; case 117: -#line 1288 "parse_y.y" /* yacc.c:1646 */ +#line 1287 "parse_y.y" /* yacc.c:1646 */ { SetElementBoundingBox(yyData, yyElement, yyFont); } -#line 2449 "parse_y.c" /* yacc.c:1646 */ +#line 2448 "parse_y.c" /* yacc.c:1646 */ break; case 118: -#line 1298 "parse_y.y" /* yacc.c:1646 */ +#line 1297 "parse_y.y" /* yacc.c:1646 */ { yyElement = CreateNewElement(yyData, yyElement, yyFont, OldFlags((yyvsp[-9].integer)), (yyvsp[-8].string), (yyvsp[-7].string), NULL, OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), IV ((yyvsp[-4].measure)), IV ((yyvsp[-3].measure)), OldFlags((yyvsp[-2].integer)), pcb_false); @@ -2457,19 +2456,19 @@ free ((yyvsp[-7].string)); pin_num = 1; } -#line 2461 "parse_y.c" /* yacc.c:1646 */ +#line 2460 "parse_y.c" /* yacc.c:1646 */ break; case 119: -#line 1306 "parse_y.y" /* yacc.c:1646 */ +#line 1305 "parse_y.y" /* yacc.c:1646 */ { SetElementBoundingBox(yyData, yyElement, yyFont); } -#line 2469 "parse_y.c" /* yacc.c:1646 */ +#line 2468 "parse_y.c" /* yacc.c:1646 */ break; case 120: -#line 1316 "parse_y.y" /* yacc.c:1646 */ +#line 1315 "parse_y.y" /* yacc.c:1646 */ { yyElement = CreateNewElement(yyData, yyElement, yyFont, OldFlags((yyvsp[-10].integer)), (yyvsp[-9].string), (yyvsp[-8].string), (yyvsp[-7].string), OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), IV ((yyvsp[-4].measure)), IV ((yyvsp[-3].measure)), OldFlags((yyvsp[-2].integer)), pcb_false); @@ -2478,19 +2477,19 @@ free ((yyvsp[-7].string)); pin_num = 1; } -#line 2482 "parse_y.c" /* yacc.c:1646 */ +#line 2481 "parse_y.c" /* yacc.c:1646 */ break; case 121: -#line 1325 "parse_y.y" /* yacc.c:1646 */ +#line 1324 "parse_y.y" /* yacc.c:1646 */ { SetElementBoundingBox(yyData, yyElement, yyFont); } -#line 2490 "parse_y.c" /* yacc.c:1646 */ +#line 2489 "parse_y.c" /* yacc.c:1646 */ break; case 122: -#line 1336 "parse_y.y" /* yacc.c:1646 */ +#line 1335 "parse_y.y" /* yacc.c:1646 */ { yyElement = CreateNewElement(yyData, yyElement, yyFont, OldFlags((yyvsp[-12].integer)), (yyvsp[-11].string), (yyvsp[-10].string), (yyvsp[-9].string), OU ((yyvsp[-8].measure)) + OU ((yyvsp[-6].measure)), OU ((yyvsp[-7].measure)) + OU ((yyvsp[-5].measure)), @@ -2501,19 +2500,19 @@ free ((yyvsp[-10].string)); free ((yyvsp[-9].string)); } -#line 2505 "parse_y.c" /* yacc.c:1646 */ +#line 2504 "parse_y.c" /* yacc.c:1646 */ break; case 123: -#line 1347 "parse_y.y" /* yacc.c:1646 */ +#line 1346 "parse_y.y" /* yacc.c:1646 */ { SetElementBoundingBox(yyData, yyElement, yyFont); } -#line 2513 "parse_y.c" /* yacc.c:1646 */ +#line 2512 "parse_y.c" /* yacc.c:1646 */ break; case 124: -#line 1358 "parse_y.y" /* yacc.c:1646 */ +#line 1357 "parse_y.y" /* yacc.c:1646 */ { yyElement = CreateNewElement(yyData, yyElement, yyFont, (yyvsp[-12].flagtype), (yyvsp[-11].string), (yyvsp[-10].string), (yyvsp[-9].string), NU ((yyvsp[-8].measure)) + NU ((yyvsp[-6].measure)), NU ((yyvsp[-7].measure)) + NU ((yyvsp[-5].measure)), @@ -2524,119 +2523,119 @@ free ((yyvsp[-10].string)); free ((yyvsp[-9].string)); } -#line 2528 "parse_y.c" /* yacc.c:1646 */ +#line 2527 "parse_y.c" /* yacc.c:1646 */ break; case 125: -#line 1369 "parse_y.y" /* yacc.c:1646 */ +#line 1368 "parse_y.y" /* yacc.c:1646 */ { SetElementBoundingBox(yyData, yyElement, yyFont); } -#line 2536 "parse_y.c" /* yacc.c:1646 */ +#line 2535 "parse_y.c" /* yacc.c:1646 */ break; case 133: -#line 1449 "parse_y.y" /* yacc.c:1646 */ +#line 1448 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineInElement(yyElement, NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), NU ((yyvsp[-3].measure)), NU ((yyvsp[-2].measure)), NU ((yyvsp[-1].measure))); } -#line 2544 "parse_y.c" /* yacc.c:1646 */ +#line 2543 "parse_y.c" /* yacc.c:1646 */ break; case 134: -#line 1454 "parse_y.y" /* yacc.c:1646 */ +#line 1453 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineInElement(yyElement, OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), OU ((yyvsp[-2].measure)), OU ((yyvsp[-1].measure))); } -#line 2552 "parse_y.c" /* yacc.c:1646 */ +#line 2551 "parse_y.c" /* yacc.c:1646 */ break; case 135: -#line 1459 "parse_y.y" /* yacc.c:1646 */ +#line 1458 "parse_y.y" /* yacc.c:1646 */ { CreateNewArcInElement(yyElement, NU ((yyvsp[-7].measure)), NU ((yyvsp[-6].measure)), NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), (yyvsp[-3].number), (yyvsp[-2].number), NU ((yyvsp[-1].measure))); } -#line 2560 "parse_y.c" /* yacc.c:1646 */ +#line 2559 "parse_y.c" /* yacc.c:1646 */ break; case 136: -#line 1464 "parse_y.y" /* yacc.c:1646 */ +#line 1463 "parse_y.y" /* yacc.c:1646 */ { CreateNewArcInElement(yyElement, OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), (yyvsp[-3].number), (yyvsp[-2].number), OU ((yyvsp[-1].measure))); } -#line 2568 "parse_y.c" /* yacc.c:1646 */ +#line 2567 "parse_y.c" /* yacc.c:1646 */ break; case 137: -#line 1469 "parse_y.y" /* yacc.c:1646 */ +#line 1468 "parse_y.y" /* yacc.c:1646 */ { yyElement->MarkX = NU ((yyvsp[-2].measure)); yyElement->MarkY = NU ((yyvsp[-1].measure)); } -#line 2577 "parse_y.c" /* yacc.c:1646 */ +#line 2576 "parse_y.c" /* yacc.c:1646 */ break; case 138: -#line 1474 "parse_y.y" /* yacc.c:1646 */ +#line 1473 "parse_y.y" /* yacc.c:1646 */ { yyElement->MarkX = OU ((yyvsp[-2].measure)); yyElement->MarkY = OU ((yyvsp[-1].measure)); } -#line 2586 "parse_y.c" /* yacc.c:1646 */ +#line 2585 "parse_y.c" /* yacc.c:1646 */ break; case 139: -#line 1478 "parse_y.y" /* yacc.c:1646 */ +#line 1477 "parse_y.y" /* yacc.c:1646 */ { attr_list = & yyElement->Attributes; } -#line 2592 "parse_y.c" /* yacc.c:1646 */ +#line 2591 "parse_y.c" /* yacc.c:1646 */ break; case 147: -#line 1493 "parse_y.y" /* yacc.c:1646 */ +#line 1492 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineInElement(yyElement, NU ((yyvsp[-5].measure)) + yyElement->MarkX, NU ((yyvsp[-4].measure)) + yyElement->MarkY, NU ((yyvsp[-3].measure)) + yyElement->MarkX, NU ((yyvsp[-2].measure)) + yyElement->MarkY, NU ((yyvsp[-1].measure))); } -#line 2602 "parse_y.c" /* yacc.c:1646 */ +#line 2601 "parse_y.c" /* yacc.c:1646 */ break; case 148: -#line 1499 "parse_y.y" /* yacc.c:1646 */ +#line 1498 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineInElement(yyElement, OU ((yyvsp[-5].measure)) + yyElement->MarkX, OU ((yyvsp[-4].measure)) + yyElement->MarkY, OU ((yyvsp[-3].measure)) + yyElement->MarkX, OU ((yyvsp[-2].measure)) + yyElement->MarkY, OU ((yyvsp[-1].measure))); } -#line 2612 "parse_y.c" /* yacc.c:1646 */ +#line 2611 "parse_y.c" /* yacc.c:1646 */ break; case 149: -#line 1506 "parse_y.y" /* yacc.c:1646 */ +#line 1505 "parse_y.y" /* yacc.c:1646 */ { CreateNewArcInElement(yyElement, NU ((yyvsp[-7].measure)) + yyElement->MarkX, NU ((yyvsp[-6].measure)) + yyElement->MarkY, NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), (yyvsp[-3].number), (yyvsp[-2].number), NU ((yyvsp[-1].measure))); } -#line 2621 "parse_y.c" /* yacc.c:1646 */ +#line 2620 "parse_y.c" /* yacc.c:1646 */ break; case 150: -#line 1511 "parse_y.y" /* yacc.c:1646 */ +#line 1510 "parse_y.y" /* yacc.c:1646 */ { CreateNewArcInElement(yyElement, OU ((yyvsp[-7].measure)) + yyElement->MarkX, OU ((yyvsp[-6].measure)) + yyElement->MarkY, OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), (yyvsp[-3].number), (yyvsp[-2].number), OU ((yyvsp[-1].measure))); } -#line 2630 "parse_y.c" /* yacc.c:1646 */ +#line 2629 "parse_y.c" /* yacc.c:1646 */ break; case 151: -#line 1515 "parse_y.y" /* yacc.c:1646 */ +#line 1514 "parse_y.y" /* yacc.c:1646 */ { attr_list = & yyElement->Attributes; } -#line 2636 "parse_y.c" /* yacc.c:1646 */ +#line 2635 "parse_y.c" /* yacc.c:1646 */ break; case 153: -#line 1557 "parse_y.y" /* yacc.c:1646 */ +#line 1556 "parse_y.y" /* yacc.c:1646 */ { CreateNewPin(yyElement, NU ((yyvsp[-9].measure)) + yyElement->MarkX, NU ((yyvsp[-8].measure)) + yyElement->MarkY, NU ((yyvsp[-7].measure)), NU ((yyvsp[-6].measure)), NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), (yyvsp[-3].string), @@ -2644,11 +2643,11 @@ free ((yyvsp[-3].string)); free ((yyvsp[-2].string)); } -#line 2648 "parse_y.c" /* yacc.c:1646 */ +#line 2647 "parse_y.c" /* yacc.c:1646 */ break; case 154: -#line 1569 "parse_y.y" /* yacc.c:1646 */ +#line 1568 "parse_y.y" /* yacc.c:1646 */ { CreateNewPin(yyElement, OU ((yyvsp[-9].measure)) + yyElement->MarkX, OU ((yyvsp[-8].measure)) + yyElement->MarkY, OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), (yyvsp[-3].string), @@ -2656,11 +2655,11 @@ free ((yyvsp[-3].string)); free ((yyvsp[-2].string)); } -#line 2660 "parse_y.c" /* yacc.c:1646 */ +#line 2659 "parse_y.c" /* yacc.c:1646 */ break; case 155: -#line 1581 "parse_y.y" /* yacc.c:1646 */ +#line 1580 "parse_y.y" /* yacc.c:1646 */ { CreateNewPin(yyElement, OU ((yyvsp[-7].measure)), OU ((yyvsp[-6].measure)), OU ((yyvsp[-5].measure)), 2*GROUNDPLANEFRAME, OU ((yyvsp[-5].measure)) + 2*MASKFRAME, OU ((yyvsp[-4].measure)), (yyvsp[-3].string), (yyvsp[-2].string), OldFlags((yyvsp[-1].integer))); @@ -2667,11 +2666,11 @@ free ((yyvsp[-3].string)); free ((yyvsp[-2].string)); } -#line 2671 "parse_y.c" /* yacc.c:1646 */ +#line 2670 "parse_y.c" /* yacc.c:1646 */ break; case 156: -#line 1592 "parse_y.y" /* yacc.c:1646 */ +#line 1591 "parse_y.y" /* yacc.c:1646 */ { char p_number[8]; @@ -2681,11 +2680,11 @@ free ((yyvsp[-2].string)); } -#line 2685 "parse_y.c" /* yacc.c:1646 */ +#line 2684 "parse_y.c" /* yacc.c:1646 */ break; case 157: -#line 1608 "parse_y.y" /* yacc.c:1646 */ +#line 1607 "parse_y.y" /* yacc.c:1646 */ { Coord hole = OU ((yyvsp[-3].measure)) * DEFAULT_DRILLINGHOLE; char p_number[8]; @@ -2700,11 +2699,11 @@ OU ((yyvsp[-3].measure)) + 2*MASKFRAME, hole, (yyvsp[-2].string), p_number, OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2704 "parse_y.c" /* yacc.c:1646 */ +#line 2703 "parse_y.c" /* yacc.c:1646 */ break; case 158: -#line 1662 "parse_y.y" /* yacc.c:1646 */ +#line 1661 "parse_y.y" /* yacc.c:1646 */ { CreateNewPad(yyElement, NU ((yyvsp[-10].measure)) + yyElement->MarkX, NU ((yyvsp[-9].measure)) + yyElement->MarkY, @@ -2714,11 +2713,11 @@ free ((yyvsp[-3].string)); free ((yyvsp[-2].string)); } -#line 2718 "parse_y.c" /* yacc.c:1646 */ +#line 2717 "parse_y.c" /* yacc.c:1646 */ break; case 159: -#line 1676 "parse_y.y" /* yacc.c:1646 */ +#line 1675 "parse_y.y" /* yacc.c:1646 */ { CreateNewPad(yyElement,OU ((yyvsp[-10].measure)) + yyElement->MarkX, OU ((yyvsp[-9].measure)) + yyElement->MarkY, OU ((yyvsp[-8].measure)) + yyElement->MarkX, @@ -2727,11 +2726,11 @@ free ((yyvsp[-3].string)); free ((yyvsp[-2].string)); } -#line 2731 "parse_y.c" /* yacc.c:1646 */ +#line 2730 "parse_y.c" /* yacc.c:1646 */ break; case 160: -#line 1689 "parse_y.y" /* yacc.c:1646 */ +#line 1688 "parse_y.y" /* yacc.c:1646 */ { CreateNewPad(yyElement,OU ((yyvsp[-8].measure)),OU ((yyvsp[-7].measure)),OU ((yyvsp[-6].measure)),OU ((yyvsp[-5].measure)),OU ((yyvsp[-4].measure)), 2*GROUNDPLANEFRAME, OU ((yyvsp[-4].measure)) + 2*MASKFRAME, (yyvsp[-3].string), (yyvsp[-2].string), OldFlags((yyvsp[-1].integer))); @@ -2738,11 +2737,11 @@ free ((yyvsp[-3].string)); free ((yyvsp[-2].string)); } -#line 2742 "parse_y.c" /* yacc.c:1646 */ +#line 2741 "parse_y.c" /* yacc.c:1646 */ break; case 161: -#line 1700 "parse_y.y" /* yacc.c:1646 */ +#line 1699 "parse_y.y" /* yacc.c:1646 */ { char p_number[8]; @@ -2751,23 +2750,23 @@ OU ((yyvsp[-3].measure)) + 2*MASKFRAME, (yyvsp[-2].string),p_number, OldFlags((yyvsp[-1].integer))); free ((yyvsp[-2].string)); } -#line 2755 "parse_y.c" /* yacc.c:1646 */ +#line 2754 "parse_y.c" /* yacc.c:1646 */ break; case 162: -#line 1710 "parse_y.y" /* yacc.c:1646 */ +#line 1709 "parse_y.y" /* yacc.c:1646 */ { (yyval.flagtype) = OldFlags((yyvsp[0].integer)); } -#line 2761 "parse_y.c" /* yacc.c:1646 */ +#line 2760 "parse_y.c" /* yacc.c:1646 */ break; case 163: -#line 1711 "parse_y.y" /* yacc.c:1646 */ +#line 1710 "parse_y.y" /* yacc.c:1646 */ { (yyval.flagtype) = string_to_flags ((yyvsp[0].string), yyerror); free((yyvsp[0].string)); } -#line 2767 "parse_y.c" /* yacc.c:1646 */ +#line 2766 "parse_y.c" /* yacc.c:1646 */ break; case 167: -#line 1741 "parse_y.y" /* yacc.c:1646 */ +#line 1740 "parse_y.y" /* yacc.c:1646 */ { if ((yyvsp[-3].integer) <= 0 || (yyvsp[-3].integer) > MAX_FONTPOSITION) { @@ -2783,11 +2782,11 @@ Symbol->Valid = pcb_true; Symbol->Delta = NU ((yyvsp[-2].measure)); } -#line 2787 "parse_y.c" /* yacc.c:1646 */ +#line 2786 "parse_y.c" /* yacc.c:1646 */ break; case 168: -#line 1757 "parse_y.y" /* yacc.c:1646 */ +#line 1756 "parse_y.y" /* yacc.c:1646 */ { if ((yyvsp[-3].integer) <= 0 || (yyvsp[-3].integer) > MAX_FONTPOSITION) { @@ -2803,158 +2802,158 @@ Symbol->Valid = pcb_true; Symbol->Delta = OU ((yyvsp[-2].measure)); } -#line 2807 "parse_y.c" /* yacc.c:1646 */ +#line 2806 "parse_y.c" /* yacc.c:1646 */ break; case 174: -#line 1804 "parse_y.y" /* yacc.c:1646 */ +#line 1803 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineInSymbol(Symbol, OU ((yyvsp[-5].measure)), OU ((yyvsp[-4].measure)), OU ((yyvsp[-3].measure)), OU ((yyvsp[-2].measure)), OU ((yyvsp[-1].measure))); } -#line 2815 "parse_y.c" /* yacc.c:1646 */ +#line 2814 "parse_y.c" /* yacc.c:1646 */ break; case 175: -#line 1811 "parse_y.y" /* yacc.c:1646 */ +#line 1810 "parse_y.y" /* yacc.c:1646 */ { CreateNewLineInSymbol(Symbol, NU ((yyvsp[-5].measure)), NU ((yyvsp[-4].measure)), NU ((yyvsp[-3].measure)), NU ((yyvsp[-2].measure)), NU ((yyvsp[-1].measure))); } -#line 2823 "parse_y.c" /* yacc.c:1646 */ +#line 2822 "parse_y.c" /* yacc.c:1646 */ break; case 183: -#line 1866 "parse_y.y" /* yacc.c:1646 */ +#line 1865 "parse_y.y" /* yacc.c:1646 */ { Menu = CreateNewNet((LibraryTypePtr)&yyPCB->NetlistLib, (yyvsp[-3].string), (yyvsp[-2].string)); free ((yyvsp[-3].string)); free ((yyvsp[-2].string)); } -#line 2833 "parse_y.c" /* yacc.c:1646 */ +#line 2832 "parse_y.c" /* yacc.c:1646 */ break; case 189: -#line 1901 "parse_y.y" /* yacc.c:1646 */ +#line 1900 "parse_y.y" /* yacc.c:1646 */ { CreateNewConnection(Menu, (yyvsp[-1].string)); free ((yyvsp[-1].string)); } -#line 2842 "parse_y.c" /* yacc.c:1646 */ +#line 2841 "parse_y.c" /* yacc.c:1646 */ break; case 197: -#line 1948 "parse_y.y" /* yacc.c:1646 */ +#line 1947 "parse_y.y" /* yacc.c:1646 */ { rats_patch_append(yyPCB, RATP_ADD_CONN, (yyvsp[-2].string), (yyvsp[-1].string), NULL); free((yyvsp[-2].string)); free((yyvsp[-1].string)); } -#line 2848 "parse_y.c" /* yacc.c:1646 */ +#line 2847 "parse_y.c" /* yacc.c:1646 */ break; case 198: -#line 1949 "parse_y.y" /* yacc.c:1646 */ +#line 1948 "parse_y.y" /* yacc.c:1646 */ { rats_patch_append(yyPCB, RATP_DEL_CONN, (yyvsp[-2].string), (yyvsp[-1].string), NULL); free((yyvsp[-2].string)); free((yyvsp[-1].string)); } -#line 2854 "parse_y.c" /* yacc.c:1646 */ +#line 2853 "parse_y.c" /* yacc.c:1646 */ break; case 199: -#line 1950 "parse_y.y" /* yacc.c:1646 */ +#line 1949 "parse_y.y" /* yacc.c:1646 */ { rats_patch_append(yyPCB, RATP_CHANGE_ATTRIB, (yyvsp[-3].string), (yyvsp[-2].string), (yyvsp[-1].string)); free((yyvsp[-3].string)); free((yyvsp[-2].string)); free((yyvsp[-1].string)); } -#line 2860 "parse_y.c" /* yacc.c:1646 */ +#line 2859 "parse_y.c" /* yacc.c:1646 */ break; case 200: -#line 1978 "parse_y.y" /* yacc.c:1646 */ +#line 1977 "parse_y.y" /* yacc.c:1646 */ { CreateNewAttribute (attr_list, (yyvsp[-2].string), (yyvsp[-1].string) ? (yyvsp[-1].string) : (char *)""); free ((yyvsp[-2].string)); free ((yyvsp[-1].string)); } -#line 2870 "parse_y.c" /* yacc.c:1646 */ +#line 2869 "parse_y.c" /* yacc.c:1646 */ break; case 201: -#line 1985 "parse_y.y" /* yacc.c:1646 */ +#line 1984 "parse_y.y" /* yacc.c:1646 */ { (yyval.string) = (yyvsp[0].string); } -#line 2876 "parse_y.c" /* yacc.c:1646 */ +#line 2875 "parse_y.c" /* yacc.c:1646 */ break; case 202: -#line 1986 "parse_y.y" /* yacc.c:1646 */ +#line 1985 "parse_y.y" /* yacc.c:1646 */ { (yyval.string) = 0; } -#line 2882 "parse_y.c" /* yacc.c:1646 */ +#line 2881 "parse_y.c" /* yacc.c:1646 */ break; case 203: -#line 1990 "parse_y.y" /* yacc.c:1646 */ +#line 1989 "parse_y.y" /* yacc.c:1646 */ { (yyval.number) = (yyvsp[0].number); } -#line 2888 "parse_y.c" /* yacc.c:1646 */ +#line 2887 "parse_y.c" /* yacc.c:1646 */ break; case 204: -#line 1991 "parse_y.y" /* yacc.c:1646 */ +#line 1990 "parse_y.y" /* yacc.c:1646 */ { (yyval.number) = (yyvsp[0].integer); } -#line 2894 "parse_y.c" /* yacc.c:1646 */ +#line 2893 "parse_y.c" /* yacc.c:1646 */ break; case 205: -#line 1996 "parse_y.y" /* yacc.c:1646 */ +#line 1995 "parse_y.y" /* yacc.c:1646 */ { do_measure(&(yyval.measure), (yyvsp[0].number), PCB_MIL_TO_COORD ((yyvsp[0].number)) / 100.0, 0); } -#line 2900 "parse_y.c" /* yacc.c:1646 */ +#line 2899 "parse_y.c" /* yacc.c:1646 */ break; case 206: -#line 1997 "parse_y.y" /* yacc.c:1646 */ +#line 1996 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MIL_TO_COORD ((yyvsp[-1].number)) / 100000.0); } -#line 2906 "parse_y.c" /* yacc.c:1646 */ +#line 2905 "parse_y.c" /* yacc.c:1646 */ break; case 207: -#line 1998 "parse_y.y" /* yacc.c:1646 */ +#line 1997 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MIL_TO_COORD ((yyvsp[-1].number)) / 100.0); } -#line 2912 "parse_y.c" /* yacc.c:1646 */ +#line 2911 "parse_y.c" /* yacc.c:1646 */ break; case 208: -#line 1999 "parse_y.y" /* yacc.c:1646 */ +#line 1998 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MIL_TO_COORD ((yyvsp[-1].number))); } -#line 2918 "parse_y.c" /* yacc.c:1646 */ +#line 2917 "parse_y.c" /* yacc.c:1646 */ break; case 209: -#line 2000 "parse_y.y" /* yacc.c:1646 */ +#line 1999 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_INCH_TO_COORD ((yyvsp[-1].number))); } -#line 2924 "parse_y.c" /* yacc.c:1646 */ +#line 2923 "parse_y.c" /* yacc.c:1646 */ break; case 210: -#line 2001 "parse_y.y" /* yacc.c:1646 */ +#line 2000 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MM_TO_COORD ((yyvsp[-1].number)) / 1000000.0); } -#line 2930 "parse_y.c" /* yacc.c:1646 */ +#line 2929 "parse_y.c" /* yacc.c:1646 */ break; case 211: -#line 2002 "parse_y.y" /* yacc.c:1646 */ +#line 2001 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MM_TO_COORD ((yyvsp[-1].number)) / 1000.0); } -#line 2936 "parse_y.c" /* yacc.c:1646 */ +#line 2935 "parse_y.c" /* yacc.c:1646 */ break; case 212: -#line 2003 "parse_y.y" /* yacc.c:1646 */ +#line 2002 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MM_TO_COORD ((yyvsp[-1].number))); } -#line 2942 "parse_y.c" /* yacc.c:1646 */ +#line 2941 "parse_y.c" /* yacc.c:1646 */ break; case 213: -#line 2004 "parse_y.y" /* yacc.c:1646 */ +#line 2003 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MM_TO_COORD ((yyvsp[-1].number)) * 1000.0); } -#line 2948 "parse_y.c" /* yacc.c:1646 */ +#line 2947 "parse_y.c" /* yacc.c:1646 */ break; case 214: -#line 2005 "parse_y.y" /* yacc.c:1646 */ +#line 2004 "parse_y.y" /* yacc.c:1646 */ { M ((yyval.measure), (yyvsp[-1].number), PCB_MM_TO_COORD ((yyvsp[-1].number)) * 1000000.0); } -#line 2954 "parse_y.c" /* yacc.c:1646 */ +#line 2953 "parse_y.c" /* yacc.c:1646 */ break; -#line 2958 "parse_y.c" /* yacc.c:1646 */ +#line 2957 "parse_y.c" /* yacc.c:1646 */ default: break; } /* User semantic actions sometimes alter yychar, and that requires @@ -3182,7 +3181,7 @@ #endif return yyresult; } -#line 2008 "parse_y.y" /* yacc.c:1906 */ +#line 2007 "parse_y.y" /* yacc.c:1906 */ /* --------------------------------------------------------------------------- Index: trunk/src_plugins/io_pcb/parse_y.h =================================================================== --- trunk/src_plugins/io_pcb/parse_y.h (revision 4607) +++ trunk/src_plugins/io_pcb/parse_y.h (revision 4608) @@ -101,7 +101,7 @@ union YYSTYPE { -#line 111 "parse_y.y" /* yacc.c:1909 */ +#line 110 "parse_y.y" /* yacc.c:1909 */ int integer; double number; Index: trunk/src_plugins/io_pcb/parse_y.y =================================================================== --- trunk/src_plugins/io_pcb/parse_y.y (revision 4607) +++ trunk/src_plugins/io_pcb/parse_y.y (revision 4608) @@ -45,7 +45,6 @@ #include "data.h" #include "error.h" #include "file.h" -#include "misc.h" #include "parse_l.h" #include "polygon.h" #include "remove.h" Index: trunk/src_plugins/jostle/jostle.c =================================================================== --- trunk/src_plugins/jostle/jostle.c (revision 4607) +++ trunk/src_plugins/jostle/jostle.c (revision 4608) @@ -24,7 +24,6 @@ #include "board.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "rats.h" Index: trunk/src_plugins/mincut/rats_mincut.c =================================================================== --- trunk/src_plugins/mincut/rats_mincut.c (revision 4607) +++ trunk/src_plugins/mincut/rats_mincut.c (revision 4608) @@ -35,7 +35,6 @@ #include "error.h" #include "plug_io.h" #include "find.h" -#include "misc.h" #include "polygon.h" #include "search.h" #include "set.h" Index: trunk/src_plugins/polycombine/polycombine.c =================================================================== --- trunk/src_plugins/polycombine/polycombine.c (revision 4607) +++ trunk/src_plugins/polycombine/polycombine.c (revision 4608) @@ -32,7 +32,6 @@ #include "assert.h" #include "flag_str.h" #include "find.h" -#include "misc.h" #include "draw.h" #include "undo.h" #include "plugins.h" Index: trunk/src_plugins/polystitch/polystitch.c =================================================================== --- trunk/src_plugins/polystitch/polystitch.c (revision 4607) +++ trunk/src_plugins/polystitch/polystitch.c (revision 4608) @@ -34,7 +34,6 @@ #include "draw.h" #include "set.h" #include "polygon.h" -#include "misc.h" #include "plugins.h" #include "hid_actions.h" #include "obj_poly.h" Index: trunk/src_plugins/propedit/propsel.c =================================================================== --- trunk/src_plugins/propedit/propsel.c (revision 4607) +++ trunk/src_plugins/propedit/propsel.c (revision 4608) @@ -27,7 +27,6 @@ #include "props.h" #include "propsel.h" #include "change.h" -#include "misc.h" #include "misc_util.h" #include "compat_misc.h" #include "undo.h" Index: trunk/src_plugins/puller/puller.c =================================================================== --- trunk/src_plugins/puller/puller.c (revision 4607) +++ trunk/src_plugins/puller/puller.c (revision 4608) @@ -56,7 +56,6 @@ #include "board.h" #include "data.h" #include "draw.h" -#include "misc.h" #include "move.h" #include "pcb-printf.h" #include "remove.h" Index: trunk/src_plugins/query/query_access.c =================================================================== --- trunk/src_plugins/query/query_access.c (revision 4607) +++ trunk/src_plugins/query/query_access.c (revision 4608) @@ -28,7 +28,6 @@ #include "data.h" #include "query_access.h" #include "query_exec.h" -#include "misc.h" #include "layer.h" #include "fields_sphash.h" Index: trunk/src_plugins/renumber/renumber.c =================================================================== --- trunk/src_plugins/renumber/renumber.c (revision 4607) +++ trunk/src_plugins/renumber/renumber.c (revision 4608) @@ -31,7 +31,6 @@ #include "change.h" #include "error.h" #include "undo.h" -#include "misc.h" #include "set.h" #include "plugins.h" #include "hid_actions.h" Index: trunk/src_plugins/renumber/renumberblock.c =================================================================== --- trunk/src_plugins/renumber/renumberblock.c (revision 4607) +++ trunk/src_plugins/renumber/renumberblock.c (revision 4608) @@ -28,7 +28,6 @@ #include "board.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "error.h" Index: trunk/src_plugins/report/report.c =================================================================== --- trunk/src_plugins/report/report.c (revision 4607) +++ trunk/src_plugins/report/report.c (revision 4608) @@ -40,7 +40,6 @@ #include "drill.h" #include "error.h" #include "search.h" -#include "misc.h" #include "rats.h" #include "rtree.h" #include "flag_str.h" Index: trunk/src_plugins/shand_cmd/command.c =================================================================== --- trunk/src_plugins/shand_cmd/command.c (revision 4607) +++ trunk/src_plugins/shand_cmd/command.c (revision 4608) @@ -42,7 +42,6 @@ #include "data.h" #include "error.h" #include "plug_io.h" -#include "misc.h" #include "rats.h" #include "set.h" #include "plugins.h" Index: trunk/src_plugins/smartdisperse/smartdisperse.c =================================================================== --- trunk/src_plugins/smartdisperse/smartdisperse.c (revision 4607) +++ trunk/src_plugins/smartdisperse/smartdisperse.c (revision 4608) @@ -29,7 +29,6 @@ #include "board.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "rats.h" Index: trunk/src_plugins/stroke/stroke.c =================================================================== --- trunk/src_plugins/stroke/stroke.c (revision 4607) +++ trunk/src_plugins/stroke/stroke.c (revision 4608) @@ -38,7 +38,6 @@ #include "undo.h" #include "set.h" #include "error.h" -#include "misc.h" #include "plugins.h" #include "compat_nls.h" Index: trunk/src_plugins/teardrops/teardrops.c =================================================================== --- trunk/src_plugins/teardrops/teardrops.c (revision 4607) +++ trunk/src_plugins/teardrops/teardrops.c (revision 4608) @@ -21,7 +21,6 @@ #include "board.h" #include "data.h" #include "hid.h" -#include "misc.h" #include "rtree.h" #include "undo.h" #include "plugins.h" Index: trunk/src_plugins/toporouter/toporouter.h =================================================================== --- trunk/src_plugins/toporouter/toporouter.h (revision 4607) +++ trunk/src_plugins/toporouter/toporouter.h (revision 4608) @@ -38,7 +38,6 @@ #include "find.h" #include "heap.h" #include "rtree.h" -#include "misc.h" #include "polygon.h" #include "rats.h" #include "remove.h"