summaryrefslogtreecommitdiff
path: root/cad/iverilog/files/patch-parse.y
diff options
context:
space:
mode:
authorMichael C . Wu <keichii@FreeBSD.org>2003-01-31 17:49:45 +0000
committerMichael C . Wu <keichii@FreeBSD.org>2003-01-31 17:49:45 +0000
commit01c6cdf8b1aa7d1607f8aeaa42f2c55c39594769 (patch)
tree8679420f30ca6e66cf75f2aea5f35ee2b0e75609 /cad/iverilog/files/patch-parse.y
parentMake and install gzip-ed .pcf files -- save over 1.5Mb... (diff)
Update to iverilog 0.7
Submitted by: Joachim Str?mbergson <watchman@ludd.luth.se>
Notes
Notes: svn path=/head/; revision=74363
Diffstat (limited to 'cad/iverilog/files/patch-parse.y')
-rw-r--r--cad/iverilog/files/patch-parse.y19
1 files changed, 0 insertions, 19 deletions
diff --git a/cad/iverilog/files/patch-parse.y b/cad/iverilog/files/patch-parse.y
deleted file mode 100644
index 47d1930e4d2f..000000000000
--- a/cad/iverilog/files/patch-parse.y
+++ /dev/null
@@ -1,19 +0,0 @@
---- parse.y.orig Tue Jan 22 22:35:17 2002
-+++ parse.y Sun Dec 1 23:59:12 2002
-@@ -831,7 +831,7 @@
- tmp->set_file(@1.text);
- tmp->set_lineno(@1.first_line);
- $$ = tmp;
-- delete $1
-+ delete $1;
- }
- | identifier '[' expression ']'
- { PEIdent*tmp = new PEIdent(*$1);
-@@ -1046,6 +1046,7 @@
- delete $3;
- $$ = tmp;
- }
-+ ;
-
- list_of_ports
- : port_opt