Modify CommentGroup parsing

This commit is contained in:
gingerBill
2018-06-17 10:29:20 +01:00
parent 6d1c32eb77
commit 3eb8aa8268
4 changed files with 77 additions and 78 deletions

View File

@@ -302,7 +302,6 @@ typedef struct Arena {
gbMutex mutex;
isize total_used;
isize possible_used;
} Arena;
#define ARENA_MIN_ALIGNMENT 16