Skip to content

Commit 19344a4

Browse files
committed
Fixing remote build
1 parent 07cc973 commit 19344a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/UTIL/builtin_type.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
extern "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

0 commit comments

Comments
 (0)