move bool typedef here.

This commit is contained in:
Vitor Santos Costa 2009-03-23 15:29:13 +00:00
parent e56f46c0e3
commit 58560d4f2c
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#include "config.h"
#include <SWI-Prolog.h>
typedef int bool;
/* atom_t macro layer */
#define NULL_ATOM ((atom_t)0)
#include "atoms.h"