V0.9: 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 <memory.h> header file so there is no need to have a define for it in the vhld_config.h.in file.
This commit is contained in:
parent
391ef78d42
commit
cca3b0ed5a
|
|
@ -6,9 +6,6 @@
|
|||
/* Define to 1 if you have the <malloc.h> header file. */
|
||||
#undef HAVE_MALLOC_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef __codes_H
|
||||
#define __codes_H
|
||||
/*
|
||||
* Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com)
|
||||
* Copyright (c) 2001-2009 Stephen Williams (steve@icarus.com)
|
||||
*
|
||||
* This source code is free software; you can redistribute it
|
||||
* and/or modify it in source code form under the terms of the GNU
|
||||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
# include "pointers.h"
|
||||
# include "vvp_net.h"
|
||||
# include "memory.h"
|
||||
# include "array.h"
|
||||
# include "vthread.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue