remove include guard written in config.h.
This commit is contained in:
parent
0cbc9e6c92
commit
366b6fd7f5
|
@ -2,9 +2,6 @@
|
||||||
* See Copyright Notice in picrin.h
|
* See Copyright Notice in picrin.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_H__
|
|
||||||
#define CONFIG_H__
|
|
||||||
|
|
||||||
/** switch normal VM and direct threaded VM */
|
/** switch normal VM and direct threaded VM */
|
||||||
/* #define PIC_DIRECT_THREADED_VM 1 */
|
/* #define PIC_DIRECT_THREADED_VM 1 */
|
||||||
|
|
||||||
|
@ -107,5 +104,3 @@
|
||||||
# define GC_DEBUG 0
|
# define GC_DEBUG 0
|
||||||
# define GC_DEBUG_DETAIL 0
|
# define GC_DEBUG_DETAIL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue