Skip to content

Commit

Permalink
Replace size_t with unsigned long
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgargantua committed Dec 20, 2023
1 parent dc81c0e commit ecd0960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ typedef struct
size_t size;

#ifdef ARENA_DEBUG
size_t allocations;
unsigned long allocations;
Arena_Allocation *head_allocation;
#endif /* ARENA_DEBUG */

Expand Down

0 comments on commit ecd0960

Please sign in to comment.