diff options
Diffstat (limited to 'cad/verilog/patches/patch-ab')
-rw-r--r-- | cad/verilog/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/verilog/patches/patch-ab b/cad/verilog/patches/patch-ab deleted file mode 100644 index 934bb5ba3c5..00000000000 --- a/cad/verilog/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2004/01/02 14:01:28 jmmv Exp $ - ---- PUdp.h.orig 2002-08-12 03:34:58.000000000 +0200 -+++ PUdp.h -@@ -29,7 +29,7 @@ - - class PExpr; - --svector<string>::svector<string>(unsigned size) -+inline svector<string>::svector<string>(unsigned size) - : nitems_(size), items_(new string[size]) - { - } |