Skip to content

Commit 023eda4

Browse files
committed
be more precise with temp_pntrString
1 parent 1dda3d7 commit 023eda4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/mmdata.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ typedef nmbrString temp_nmbrString;
160160
* \brief a single \ref pntrString element for use in a \ref stack "stack".
161161
*
162162
* These elements are pushed onto and popped off a \ref stack
163-
* "stack of temporary data". Special commands can free all pointers on and
164-
* after a particular one in such a stack.
163+
* "stack of temporary data". All pointer of this type should ONLY refer to
164+
* adynamically llocated memory on the heap. Special commands support
165+
* dependency tracking and free all pointers on and after a particular one in
166+
* such a stack.
165167
*/
166168
typedef pntrString temp_pntrString;
167169

0 commit comments

Comments
 (0)