Changeset 3461 for trunk/src/kash/parser.c
- Timestamp:
- Sep 15, 2020, 2:55:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/parser.c
r3458 r3461 133 133 union node *ret; 134 134 int t; 135 135 #ifdef KASH_SEPARATE_PARSER_ALLOCATOR 136 pstack_block *pst = pstackallocpush(psh); 137 #endif 136 138 TRACE2((psh, "parsecmd(%d)\n", interact)); 137 #ifdef KASH_SEPARATE_PARSER_ALLOCATOR 138 pstackallocpush(psh); 139 #endif 139 140 140 psh->tokpushback = 0; 141 141 psh->doprompt = interact; … … 155 155 TRACE2((psh, "parsecmd(%d) returns:\n", interact)); 156 156 showtree(psh, ret); 157 #endif 158 #ifdef KASH_SEPARATE_PARSER_ALLOCATOR 159 pstackmarkdone(pst); 157 160 #endif 158 161 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.