Skip to content

Commit

Permalink
fix: Proper typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsf committed May 27, 2024
1 parent f927cfc commit 42d8f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
#endif

// Pointer types with explicit bit lengths
#define uptr_t unsigned long long
#define ptr_t long long
typedef unsigned long long uptr_t;
typedef long long ptr_t;

0 comments on commit 42d8f48

Please sign in to comment.