picrin/include
OGINO Masanori 9be7ffc5fc Define the type of marking flags as unsigned int.
We could define it as _Bool since we are going to use C99, but unsigned
int is more portable (even in C89!) and extensible (when we decide to
use tri-color marking GC.)

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-01-20 14:31:01 +09:00
..
picrin Define the type of marking flags as unsigned int. 2014-01-20 14:31:01 +09:00
config.h shrink default pool/irep size 2014-01-18 23:02:08 +09:00
picrin.h embed constant pool into irep object 2014-01-18 22:32:41 +09:00