mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 17:08:21 +00:00
Implicit parametric polymorphic procedures
This commit is contained in:
@@ -375,7 +375,7 @@ int main(int arg_count, char **arg_ptr) {
|
||||
return 1;
|
||||
#endif
|
||||
} else if (args[1] == "version") {
|
||||
gb_printf("%.*s version %.*s\n", LIT(args[0]), LIT(build_context.ODIN_VERSION));
|
||||
gb_printf("%.*s version %.*s\n", LIT(args[0]), LIT(ODIN_VERSION));
|
||||
return 0;
|
||||
} else {
|
||||
usage(args[0]);
|
||||
|
||||
Reference in New Issue
Block a user