remove include guard written in config.h.

This commit is contained in:
Yuichi Nishiwaki 2014-03-01 22:15:14 +09:00
parent 0cbc9e6c92
commit 366b6fd7f5
1 changed files with 0 additions and 5 deletions

View File

@ -2,9 +2,6 @@
* See Copyright Notice in picrin.h
*/
#ifndef CONFIG_H__
#define CONFIG_H__
/** switch normal VM and direct threaded VM */
/* #define PIC_DIRECT_THREADED_VM 1 */
@ -107,5 +104,3 @@
# define GC_DEBUG 0
# define GC_DEBUG_DETAIL 0
#endif
#endif