Changeset 3439 for trunk/src/kash/parser.c
- Timestamp:
- Sep 10, 2020, 2:47:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/parser.c
r3438 r3439 1897 1897 ret->nfile.next = copyparsetree(psh, src->nfile.next); 1898 1898 ret->nfile.fname = copyparsetree(psh, src->nfile.fname); 1899 /** @todo complicated, we should copy it in some contexts but no all. sigh. */ 1899 1900 ret->nfile.expfname = stsavestr(psh, src->nfile.expfname); 1900 1901 break;
Note:
See TracChangeset
for help on using the changeset viewer.