turn off PIC_NAN_BOXING flag by default (for 32bit env)

This commit is contained in:
Yuichi Nishiwaki 2013-11-27 06:32:07 -08:00
parent c2d7f3d1f2
commit f6506a4828
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define PIC_DIRECT_THREADED_VM 1
/* switch internal value representation */
#define PIC_NAN_BOXING 1
/* #define PIC_NAN_BOXING 1 */
/* enable readline module */
#define PIC_ENABLE_READLINE 1