__args__: []cstring

This commit is contained in:
gingerBill
2018-03-04 11:25:23 +00:00
parent 105de7705a
commit 6db95b554f
4 changed files with 11 additions and 14 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ Type_Info :: struct {
// This will be set by the compiler
__type_table: []Type_Info;
__argc__: i32;
__argv__: ^^byte;
__args__: []cstring;
// IMPORTANT NOTE(bill): Must be in this order (as the compiler relies upon it)