Index: head/cad/iverilog/files/patch-libveriuser_priv.h =================================================================== --- head/cad/iverilog/files/patch-libveriuser_priv.h (revision 545766) +++ head/cad/iverilog/files/patch-libveriuser_priv.h (nonexistent) @@ -1,12 +0,0 @@ ---- libveriuser/priv.h.orig 2020-08-18 15:47:00 UTC -+++ libveriuser/priv.h -@@ -30,7 +30,8 @@ extern char* __acc_newstring(const char*txt); - - /* - * Trace file for logging ACC and TF calls. -+ * Defined in libveriuser/priv.c - */ --FILE* pli_trace; -+extern FILE* pli_trace; - - #endif /* IVL_priv_H */ Property changes on: head/cad/iverilog/files/patch-libveriuser_priv.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/iverilog/files/patch-driver_cfparse__misc.h =================================================================== --- head/cad/iverilog/files/patch-driver_cfparse__misc.h (revision 545766) +++ head/cad/iverilog/files/patch-driver_cfparse__misc.h (nonexistent) @@ -1,10 +0,0 @@ ---- driver/cfparse_misc.h.orig 2020-08-18 17:06:43 UTC -+++ driver/cfparse_misc.h -@@ -39,6 +39,6 @@ int cferror(const char *); - int cfparse(void); - void switch_to_command_file(const char *); - void destroy_lexor(void); --char *current_file; -+extern char *current_file; - - #endif /* IVL_cfparse_misc_H */ Property changes on: head/cad/iverilog/files/patch-driver_cfparse__misc.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/iverilog/files/patch-driver_cflexor.lex =================================================================== --- head/cad/iverilog/files/patch-driver_cflexor.lex (revision 545766) +++ head/cad/iverilog/files/patch-driver_cflexor.lex (nonexistent) @@ -1,10 +0,0 @@ ---- driver/cflexor.lex.orig 2020-08-18 17:06:30 UTC -+++ driver/cflexor.lex -@@ -30,6 +30,7 @@ - static int comment_enter; - static char* trim_trailing_white(char*txt, int trim); - -+char *current_file; - /* - * Mostly copied from the flex manual. Do not make this arbitrary - * depth without checking for looping files. Property changes on: head/cad/iverilog/files/patch-driver_cflexor.lex ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/iverilog/files/patch-d49d26a5.c =================================================================== --- head/cad/iverilog/files/patch-d49d26a5.c (nonexistent) +++ head/cad/iverilog/files/patch-d49d26a5.c (revision 545767) @@ -0,0 +1,37 @@ +diff --git a/driver/cflexor.lex b/driver/cflexor.lex +index 5e9e2f506..1bf7cec1d 100644 +--- driver/cflexor.lex ++++ driver/cflexor.lex +@@ -27,6 +27,8 @@ + # include "globals.h" + # include + ++char *current_file = NULL; ++ + static int comment_enter; + static char* trim_trailing_white(char*txt, int trim); + +diff --git a/driver/cfparse_misc.h b/driver/cfparse_misc.h +index 3cb7ddd6e..0323690ce 100644 +--- driver/cfparse_misc.h ++++ driver/cfparse_misc.h +@@ -39,6 +39,6 @@ int cferror(const char *); + int cfparse(void); + void switch_to_command_file(const char *); + void destroy_lexor(void); +-char *current_file; ++extern char *current_file; + + #endif /* IVL_cfparse_misc_H */ +diff --git a/libveriuser/priv.h b/libveriuser/priv.h +index 8256e16d3..8d3566087 100644 +--- libveriuser/priv.h ++++ libveriuser/priv.h +@@ -31,6 +31,6 @@ extern char* __acc_newstring(const char*txt); + /* + * Trace file for logging ACC and TF calls. + */ +-FILE* pli_trace; ++extern FILE* pli_trace; + + #endif /* IVL_priv_H */ Property changes on: head/cad/iverilog/files/patch-d49d26a5.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property