Changeset 3435 for trunk/src/kash/input.c
- Timestamp:
- Sep 2, 2020, 10:30:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/input.c
r3065 r3435 565 565 566 566 void 567 closescript(shinstance *psh, int vforked) 568 { 569 if (vforked) 570 return; 567 closescript(shinstance *psh) 568 { 571 569 popallfiles(psh); 572 570 if (psh->parsefile->fd > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.