diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-01-17 16:48:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-17 16:48:14 +0000 |
| commit | a2f0ac0fd2b7a6f97b1e755c133795ce57f6841d (patch) | |
| tree | bb4b259e188c63849b7afc0ca7398def7f1cdf48 /src | |
| parent | 2987fc65a15c830775ae58d256d0290c30b8317e (diff) | |
| parent | 70c150fc83666281df372b83209c33863bde73e9 (diff) | |
Merge pull request #3093 from avanspector/master
Add shell environment for Nix
Diffstat (limited to 'src')
| -rw-r--r-- | src/gb/gb.h | 2 |
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 |