mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 03:40:02 +00:00
eliminate entry point 'mode'/type; just gather argc/argv as part of command line parse
This commit is contained in:
+2
-2
@@ -4352,9 +4352,9 @@ l.count += 1; \
|
||||
}
|
||||
|
||||
internal void
|
||||
entry_point(int argc, char **argv)
|
||||
entry_point(CmdLine *cmdline)
|
||||
{
|
||||
lnk_init_error_handler();
|
||||
lnk_run(argc, argv);
|
||||
lnk_run(cmdline->argc, cmdline->argv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user