Reverting "disable "invoke cleanup functions in com_quit()""
Revert "disable "invoke cleanup functions in com_quit()"" This reverts commit e35506084e82af52a1f61a553dabc286b7504cea.
This commit is contained in:
parent
27d4209518
commit
85a2a7d95a
|
|
@ -57,7 +57,6 @@ com_quit(wordlist *wl)
|
||||||
|
|
||||||
/* start to clean up the mess */
|
/* start to clean up the mess */
|
||||||
|
|
||||||
#if 0
|
|
||||||
{
|
{
|
||||||
wordlist all = { "all", NULL, NULL };
|
wordlist all = { "all", NULL, NULL };
|
||||||
wordlist star = { "*", NULL, NULL };
|
wordlist star = { "*", NULL, NULL };
|
||||||
|
|
@ -74,7 +73,6 @@ com_quit(wordlist *wl)
|
||||||
cp_remvar("program");
|
cp_remvar("program");
|
||||||
cp_remvar("prompt");
|
cp_remvar("prompt");
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef EXPERIMENTAL_CODE
|
#ifdef EXPERIMENTAL_CODE
|
||||||
/* Destroy CKT when quit. Add by Gong Ding, gdiso@ustc.edu */
|
/* Destroy CKT when quit. Add by Gong Ding, gdiso@ustc.edu */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue