From 9dc4c8cbe16a24376aeeff40abf656f99c2cdeb4 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 26 Oct 2009 10:18:28 -0700 Subject: [PATCH] Fix memory.h include issues. The local "memory.h" file is no longer used in V0.9 or development, so it does not need to be included in vvp/codes.h. The VHDL target does not use the system header file so there is no need to have a define for it in the vhld_config.h.in file. --- tgt-vhdl/vhdl_config.h.in | 3 --- vvp/codes.h | 1 - 2 files changed, 4 deletions(-) diff --git a/tgt-vhdl/vhdl_config.h.in b/tgt-vhdl/vhdl_config.h.in index 23193ebc2..dbb221b9e 100644 --- a/tgt-vhdl/vhdl_config.h.in +++ b/tgt-vhdl/vhdl_config.h.in @@ -6,9 +6,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H diff --git a/vvp/codes.h b/vvp/codes.h index 5558119c6..09b0a89cd 100644 --- a/vvp/codes.h +++ b/vvp/codes.h @@ -21,7 +21,6 @@ # include "pointers.h" # include "vvp_net.h" -# include "memory.h" # include "array.h" # include "vthread.h"