summaryrefslogtreecommitdiff
path: root/cad/pcb-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb-current/patches/patch-aa')
-rw-r--r--cad/pcb-current/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/cad/pcb-current/patches/patch-aa b/cad/pcb-current/patches/patch-aa
new file mode 100644
index 00000000000..80bc8e28b12
--- /dev/null
+++ b/cad/pcb-current/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2005/08/04 16:13:39 rillig Exp $
+
+A double semicolon counts as an empty statement, after which ISO C90
+does not allow any further variable declarations.
+
+--- src/gui-netlist-window.c.orig Tue Mar 1 06:33:01 2005
++++ src/gui-netlist-window.c Thu Aug 4 18:06:36 2005
+@@ -692,7 +692,7 @@ gui_netlist_highlight_node(gchar *node_n
+ {
+ GtkTreePath *path;
+ GtkTreeIter iter;
+- LibraryMenuType *net;;
++ LibraryMenuType *net;
+ gchar *name;
+
+ if (!node_name)