X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/8d1fb21fe111eba2b54579d5115017f40d0d949c..108b2ebc0200fbc6218ca5165c25eea4e7890ac6:/src/parse.y diff --git a/src/parse.y b/src/parse.y index 14d593e..c66a803 100644 --- a/src/parse.y +++ b/src/parse.y @@ -120,6 +120,7 @@ static size_t yytnamerr_copy(char *dst, const char *src) %code requires { #include +#include } %code provides { @@ -131,7 +132,7 @@ const char *cdecl__token_name(unsigned token); %union { uintmax_t uintval; unsigned spectype; - _Bool boolval; + bool boolval; struct cdecl_declspec *declspec; struct cdecl_declarator *declarator; struct cdecl *decl;