aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2024-01-17 16:48:14 +0000
committerGitHub <noreply@github.com>2024-01-17 16:48:14 +0000
commita2f0ac0fd2b7a6f97b1e755c133795ce57f6841d (patch)
treebb4b259e188c63849b7afc0ca7398def7f1cdf48 /src
parent2987fc65a15c830775ae58d256d0290c30b8317e (diff)
parent70c150fc83666281df372b83209c33863bde73e9 (diff)
Merge pull request #3093 from avanspector/master
Add shell environment for Nix
Diffstat (limited to 'src')
-rw-r--r--src/gb/gb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gb/gb.h b/src/gb/gb.h
index 5dae7a5c4..93d250f21 100644
--- a/src/gb/gb.h
+++ b/src/gb/gb.h
@@ -448,7 +448,7 @@ typedef i32 b32; // NOTE(bill): Prefer this!!!
#define gb_inline __forceinline
#endif
#else
- #define gb_inline __attribute__ ((__always_inline__))
+ #define gb_inline inline __attribute__ ((__always_inline__))
#endif
#endif