We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8daa5a commit 36f9e61Copy full SHA for 36f9e61
scope.h
@@ -250,7 +250,7 @@ scope has the given name. C<name> must be a literal string.
250
CopFILE_debug((c),"SAVECOPFILE_FREE",0); \
251
} STMT_END
252
#else
253
-# /* XXX not refcounted */
+ /* XXX not refcounted */
254
# define SAVECOPSTASH_FREE(c) SAVESPTR(CopSTASH(c))
255
# define SAVECOPFILE(c) SAVESPTR(CopFILEGV(c))
256
# define SAVECOPFILE_FREE(c) SAVEGENERICSV(CopFILEGV(c))
0 commit comments