Mac OS X compilation fixes

This commit is contained in:
Elias Naur 2004-11-02 15:09:40 +00:00
parent 5c15c88993
commit 6ee64fe82f

View file

@ -58,7 +58,7 @@ typedef struct {
int attribs[ATTRIB_LIST_SIZE];
} attrib_list_t;
#ifdef _cplusplus
#ifndef _cplusplus
typedef enum {false, true} bool;
#endif