Skip to content

Commit 5683c8a

Browse files
committed
scope.h: Add comment
This is a word to the wise to avoid what the previous commit fixed: changing something here, but not updating the corresponding documentation which is located elsewhere.
1 parent e2987dd commit 5683c8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scope.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ scope has the given name. C<name> must be a literal string.
157157
if (PL_savestack_ix > old) leave_scope(old); \
158158
} STMT_END
159159

160+
/* N.B. These are documented in pad.h */
160161
#define SAVEI8(i) save_I8((I8*)&(i))
161162
#define SAVEI16(i) save_I16((I16*)&(i))
162163
#define SAVEI32(i) save_I32((I32*)&(i))

0 commit comments

Comments
 (0)