Fix header guards
This commit is contained in:
parent
adfdaa27f7
commit
52a7a909ff
4
int.h
4
int.h
@ -1,3 +1,6 @@
|
||||
#ifndef MINIMALINT_H
|
||||
#define MINIMALINT_H
|
||||
|
||||
#if defined(__x86_64__) || defined(__aarch64__)
|
||||
#define __WORDSIZE 64
|
||||
#elif defined(__mips__)
|
||||
@ -55,3 +58,4 @@ typedef uint32_t uintptr_t;
|
||||
|
||||
//TODO:
|
||||
//#ifdef __SIZEOF_SIZE_T__
|
||||
#endif // !MINIMALINT_H
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user