Skip to content

Commit c9cf84b

Browse files
authored
Update metac_compiler_interface.h
remove typedefs as they conflict with stdint typedefs.
1 parent 8fe7283 commit c9cf84b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

compiler_intrinsics/metac_compiler_interface.h

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#ifndef _METAC_COMPILER_INTERFACE_H_
22
#define _METAC_COMPILER_INTERFACE_H_
33

4-
typedef int int32_t;
5-
typedef unsigned int uint32_t;
6-
typedef unsigned long int uint64_t;
7-
8-
#ifndef __METAC__
9-
typedef void* type;
10-
#endif
4+
# ifndef __METAC__
5+
typedef void* type;
6+
# endif
117

128
typedef enum type_kind_t
139
{

0 commit comments

Comments
 (0)