Add char * which is supposed to work like in C and int
This commit is contained in:
@@ -185,7 +185,7 @@ struct Parse_Ctx:Lexer{
|
||||
};
|
||||
|
||||
global B32 emit_line_directives;
|
||||
|
||||
function void init_type();
|
||||
//-----------------------------------------------------------------------------
|
||||
// Constructors
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -227,4 +227,6 @@ parse_init(Parse_Ctx *ctx, Allocator *perm_allocator, Allocator *heap_allocator)
|
||||
|
||||
lex_init(ctx->perm, ctx->heap, ctx);
|
||||
pctx = ctx;
|
||||
|
||||
init_type();
|
||||
}
|
||||
Reference in New Issue
Block a user