diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 10:59:05 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 11:00:28 +0100 |
| commit | 7c6bb686871a5fed3eb9623ac8121dc4a60048bd (patch) | |
| tree | 403fc28061ced4929d8d8b747dcd9a790d8bfa35 /src/sim86/sim86.h | |
| parent | ce38d72eb8d607a30d332a85c837834bffb0b8fd (diff) | |
checkpoint
Diffstat (limited to 'src/sim86/sim86.h')
| -rw-r--r-- | src/sim86/sim86.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sim86/sim86.h b/src/sim86/sim86.h index 24068e2..230171c 100644 --- a/src/sim86/sim86.h +++ b/src/sim86/sim86.h @@ -3,12 +3,6 @@ #ifndef SIM86_H #define SIM86_H -#define internal static -#define global_variable static -#define local_persist static - -typedef size_t psize; - #define Assert(Expression) if(!(Expression)) { __asm__ volatile("int3"); } #define ArrayCount(Array) (sizeof(Array) / sizeof((Array)[0])) |
