diff options
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; - - /* |