commit 2157aed77c4b38032a63e6bd0c8f330e29576197
parent d0faf0d052dccc5d5a1c305f8353178414a5b51e
Author: Bor Grošelj Simić <bor.groseljsimic@telemach.net>
Date: Sat, 4 Dec 2021 04:37:48 +0100
remove a leftover from @hidden
Signed-off-by: Bor Grošelj Simić <bor.groseljsimic@telemach.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/check.h b/include/check.h
@@ -81,7 +81,7 @@ struct declaration {
enum declaration_type type;
struct identifier ident;
char *symbol;
- bool exported, hidden;
+ bool exported;
union {
struct constant_decl constant;
struct function_decl func;