diff options
Diffstat (limited to 'sci-electronics/magic/files/magic-7.1-remove-decl.patch')
-rw-r--r-- | sci-electronics/magic/files/magic-7.1-remove-decl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-electronics/magic/files/magic-7.1-remove-decl.patch b/sci-electronics/magic/files/magic-7.1-remove-decl.patch new file mode 100644 index 000000000000..cae4d3fd4f75 --- /dev/null +++ b/sci-electronics/magic/files/magic-7.1-remove-decl.patch @@ -0,0 +1,12 @@ +diff -ur magic-7.1-orig/drc/DRCmain.c magic-7.1/drc/DRCmain.c +--- magic-7.1-orig/drc/DRCmain.c 2005-04-19 17:14:11.211968512 -0700 ++++ magic-7.1/drc/DRCmain.c 2005-04-19 17:14:36.386141456 -0700 +@@ -35,8 +35,6 @@ + #include "drc/drc.h" + #include "undo/undo.h" + +-extern void TxPrintf(), TxError(); +- + /* The global variables defined below are parameters between + * the DRC error routines (drcPaintError and drcPrintError) + * and the higher-level routines that start up DRC error checks. |