aboutsummaryrefslogtreecommitdiff
path: root/src/parse/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/context.h')
-rw-r--r--src/parse/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/context.h b/src/parse/context.h
index 4d519a83..f1e3be2f 100644
--- a/src/parse/context.h
+++ b/src/parse/context.h
@@ -8,7 +8,7 @@
#include "../stdlib/files.h"
#include "../stdlib/types.h"
-const TypeInfo_t *parse_comments_info;
+extern const TypeInfo_t *parse_comments_info;
typedef struct {
file_t *file;