File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
2- #ifndef _ISAAC_BULITIN_TYPE_H
3- #define _ISAAC_BULITIN_TYPE_H
2+ #ifndef _ISAAC_BUILTIN_TYPE_H
3+ #define _ISAAC_BUILTIN_TYPE_H
44
55#ifdef __cplusplus
66extern "C" {
@@ -24,8 +24,8 @@ extern "C" {
2424#define BUILTIN_TYPE_USHORT 11
2525#define BUILTIN_TYPE_USIZE 12
2626
27- const char * const global_primitives [13 ];
28- const char * const global_primitives_extended [15 ];
27+ extern const char * const global_primitives [13 ];
28+ extern const char * const global_primitives_extended [15 ];
2929
3030#define typename_builtin_type (base ) binary_string_search(global_primitives, 13, base)
3131
@@ -35,4 +35,4 @@ const char * const global_primitives_extended[15];
3535}
3636#endif
3737
38- #endif // _ISAAC_BULITIN_TYPE_H
38+ #endif // _ISAAC_BUILTIN_TYPE_H
You can’t perform that action at this time.
0 commit comments