oops, use our own stdbool

This commit is contained in:
Mark Pictor 2015-06-08 22:53:45 -04:00
parent 1c8225f79a
commit 0eefd769e3

View file

@ -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 );