mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
cmd line arg parsing
This commit is contained in:
@@ -57,7 +57,7 @@ staTclAppInit(int argc,
|
||||
const char *init_filename,
|
||||
Tcl_Interp *interp);
|
||||
static void
|
||||
initStaApp(int argc,
|
||||
initStaApp(int &argc,
|
||||
char *argv[],
|
||||
Tcl_Interp *interp);
|
||||
|
||||
@@ -139,7 +139,7 @@ staTclAppInit(int argc,
|
||||
}
|
||||
|
||||
static void
|
||||
initStaApp(int argc,
|
||||
initStaApp(int &argc,
|
||||
char *argv[],
|
||||
Tcl_Interp *interp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user