summaryrefslogtreecommitdiff
path: root/cad/tkgate/files/patch-src::common::vgrammar.y
diff options
context:
space:
mode:
Diffstat (limited to 'cad/tkgate/files/patch-src::common::vgrammar.y')
-rw-r--r--cad/tkgate/files/patch-src::common::vgrammar.y20
1 files changed, 0 insertions, 20 deletions
diff --git a/cad/tkgate/files/patch-src::common::vgrammar.y b/cad/tkgate/files/patch-src::common::vgrammar.y
deleted file mode 100644
index cbd841832e0d..000000000000
--- a/cad/tkgate/files/patch-src::common::vgrammar.y
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/common/vgrammar.y.orig Mon Dec 23 13:16:56 2002
-+++ src/common/vgrammar.y Mon Dec 23 13:17:03 2002
-@@ -127,7 +127,7 @@
- ;
-
- enddecl : ANOTATE ENDDECLS ENDANOTATE { VerEndDecls(); }
--
-+ ;
- bwidth : { $$ = 1; }
- | LBRACK NUMBER COLON NUMBER RBRACK { $$ = ($2-$4)+1; }
- ;
-@@ -170,7 +170,7 @@
-
- tran_arg : DOT LITERAL LPAREN obang LITERAL tran_range RPAREN { VerAttach($2,$5,$4); }
- | obang LITERAL tran_range { VerAttach(0,$2,$1); }
--
-+ ;
- tran_range : LBRACK NUMBER RBRACK { VerTranRange($2,$2); }
- | LBRACK NUMBER COLON NUMBER RBRACK { VerTranRange($2,$4); }
- ;