Changeset 3461 for trunk/src/kash/shinstance.h
- Timestamp:
- Sep 15, 2020, 2:55:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r3460 r3461 131 131 /** Reference counter. */ 132 132 unsigned volatile refs; 133 unsigned padding; 133 /** Whether to make it current when is restored to the top of the stack. */ 134 KBOOL done; 134 135 /** The first stack block. */ 135 136 struct stack_block first; … … 339 340 unsigned pstacksize; /**< Number of entries in pstack. */ 340 341 unsigned pstackalloced; /**< The allocated size of pstack. */ 342 pstack_block *freepstack; /**< One cached pstack entry (lots of parsecmd calls). */ 341 343 #endif 342 344
Note:
See TracChangeset
for help on using the changeset viewer.