rename picconf.h to config.h

This commit is contained in:
Yuichi Nishiwaki 2013-11-15 16:48:02 +09:00
parent b834fb9ca3
commit ae9d1621d3
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
#include <setjmp.h>
#include <stdio.h>
#include "picconf.h"
#include "config.h"
#include "picrin/value.h"
struct pic_code;