X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/00514ec7f1070550a52651971bb6a5e36efbe4f0..4d7a5093e6cf56da24af4c862cf5a96fd1bf3ad6:/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;