partially renamed functions related to a runtime context

This commit is contained in:
2009-01-31 22:03:05 +00:00
parent 987e709021
commit b9c02b48bc
13 changed files with 333 additions and 248 deletions

View File

@ -366,7 +366,7 @@ void qse_awk_setoption (qse_awk_t* awk, int opt)
}
void qse_awk_stopall (qse_awk_t* awk)
void qse_awk_rtx_stopall (qse_awk_t* awk)
{
awk->stopall = QSE_TRUE;
}