CE include stdbool.h, because it does not compile in debug mode
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m7s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m7s
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
void execute (struct ast_node* root, struct context* context);
|
void execute (struct ast_node* root, struct context* context);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user