oops, use our own stdbool
This commit is contained in:
parent
1c8225f79a
commit
0eefd769e3
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ extern int multiple_inheritance;
|
|||
**************************************************************************/
|
||||
#include <stdlib.h>
|
||||
#include "classes.h"
|
||||
#include <stdbool.h>
|
||||
#include <sc_stdbool.h>
|
||||
|
||||
bool is_python_keyword( char * word );
|
||||
int isAggregateType( const Type t );
|
||||
|
|
|
|||
Loading…
Reference in a new issue