rename picconf.h to config.h
This commit is contained in:
parent
b834fb9ca3
commit
ae9d1621d3
|
@ -98,7 +98,7 @@ https://github.com/wasabiz/picrin
|
|||
|
||||
built executable binary will be under bin/ directory and shared library `libpicrin.so` under lib/.
|
||||
|
||||
If you want to build picrin on other systems than x86_64, make sure PIC_NAN_BOXING flag is turned off (see include/picconf.h for detail).
|
||||
If you want to build picrin on other systems than x86_64, make sure PIC_NAN_BOXING flag is turned off (see include/config.h for detail).
|
||||
|
||||
- run
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "picconf.h"
|
||||
#include "config.h"
|
||||
#include "picrin/value.h"
|
||||
|
||||
struct pic_code;
|
||||
|
|
Loading…
Reference in New Issue