Mac OS X compilation fixes

This commit is contained in:
Elias Naur 2004-11-02 15:09:40 +00:00
parent 5c15c88993
commit 6ee64fe82f
1 changed files with 1 additions and 1 deletions

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