inline configuration
This commit is contained in:
parent
1e29ad51a0
commit
9eb938ff87
|
@ -1,7 +0,0 @@
|
|||
/* configurations for Picrin interpreter */
|
||||
|
||||
#define PIC_ARENA_SIZE (8 * 1024)
|
||||
|
||||
#define PIC_HEAP_PAGE_SIZE (2 * 1024 * 1024)
|
||||
|
||||
#define PIC_SYM_POOL_SIZE (2 * 1024)
|
|
@ -2,7 +2,9 @@
|
|||
* See Copyright Notice in picrin.h
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#define PIC_ARENA_SIZE (8 * 1024)
|
||||
#define PIC_HEAP_PAGE_SIZE (2 * 1024 * 1024)
|
||||
#define PIC_SYM_POOL_SIZE (2 * 1024)
|
||||
|
||||
#include "picrin.h"
|
||||
#include "picrin/pair.h"
|
||||
|
|
Loading…
Reference in New Issue