re-ensure codebase c compatibility

This commit is contained in:
Ryan Fleury
2024-01-12 13:29:50 -08:00
parent b8a9949649
commit e40c980d83
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ struct DASM_InstChunkNode
U64 count;
};
typedef struct DASM_InstChunkNode DASM_InstChunkNode;
typedef struct DASM_InstChunkList DASM_InstChunkList;
struct DASM_InstChunkList
{
DASM_InstChunkNode *first;