diff options
author | Michael C . Wu <keichii@FreeBSD.org> | 2003-01-31 17:49:45 +0000 |
---|---|---|
committer | Michael C . Wu <keichii@FreeBSD.org> | 2003-01-31 17:49:45 +0000 |
commit | 01c6cdf8b1aa7d1607f8aeaa42f2c55c39594769 (patch) | |
tree | 8679420f30ca6e66cf75f2aea5f35ee2b0e75609 /cad/iverilog/files/patch-parse_misc.h | |
parent | Make 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_misc.h')
-rw-r--r-- | cad/iverilog/files/patch-parse_misc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cad/iverilog/files/patch-parse_misc.h b/cad/iverilog/files/patch-parse_misc.h deleted file mode 100644 index 3753c5a21775..000000000000 --- a/cad/iverilog/files/patch-parse_misc.h +++ /dev/null @@ -1,12 +0,0 @@ ---- parse_misc.h.orig Sun Dec 1 23:51:26 2002 -+++ parse_misc.h Sun Dec 1 23:56:43 2002 -@@ -38,6 +38,9 @@ - const char*text; - }; - # define YYLTYPE vlltype -+#ifndef yylloc -+#define yylloc VLlloc -+#endif - extern YYLTYPE yylloc; - - /* |