moved ARGC and ARGV to base to std for simplication of the base implementation.
note C++ wrappers need the same changes
This commit is contained in:
@ -284,9 +284,6 @@ struct global_t
|
||||
|
||||
static global_t gtab[] =
|
||||
{
|
||||
{ QSE_T("ARGC"), 4, 0 },
|
||||
{ QSE_T("ARGV"), 4, 0 },
|
||||
|
||||
/* output real-to-str conversion format for other cases than 'print' */
|
||||
{ QSE_T("CONVFMT"), 7, 0 },
|
||||
|
||||
|
Reference in New Issue
Block a user