Merge pull request #3093 from avanspector/master

Add shell environment for Nix
This commit is contained in:
gingerBill
2024-01-17 16:48:14 +00:00
committed by GitHub
3 changed files with 12 additions and 28 deletions
+1 -1
View File
@@ -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