Compare commits
1 Commits
f95f3aa499
...
9f2e22e6cf
Author | SHA1 | Date | |
---|---|---|---|
9f2e22e6cf |
@@ -17,11 +17,14 @@
|
||||
#define f64 double
|
||||
#define f128 long double
|
||||
|
||||
#define INTERNAL static
|
||||
#define PERSISTENT static
|
||||
#define uptr uintptr_t
|
||||
#define iptr intptr_t
|
||||
|
||||
#define internal static
|
||||
#define persistent static
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define CLASS_MEMBER static
|
||||
#define class_mem static
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // !ALIASES_H
|
||||
|
Reference in New Issue
Block a user