Small changes fixing stuff

This commit is contained in:
Krzosa Karol
2022-10-04 11:42:16 +02:00
parent b10f3840df
commit 3c172233f6
8 changed files with 343 additions and 343 deletions

View File

@@ -95,7 +95,6 @@ typedef U32 Ast_Call_Item_Flag;
enum{
CALL_INDEX = bit_flag(1),
CALL_NAME = bit_flag(2),
CALL_DOT_ANY = bit_flag(3),
CALL_INCLUDED= bit_flag(4),
};