CE Implement positional arguments
This commit is contained in:
@@ -30,6 +30,9 @@ static bool run = true;
|
||||
|
||||
bool interactive_mode;
|
||||
|
||||
struct posvar posvars[POSVAR_MAX];
|
||||
int posvar_count = 0;
|
||||
|
||||
bool interp_is_running (void) { return run; }
|
||||
|
||||
void interp_shutdown (void) { run = false; }
|
||||
|
||||
Reference in New Issue
Block a user