mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
__args__: []cstring
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user