Skip to content

Commit 36f9e61

Browse files
committed
scope.h: Remove spurious '#' in column 1
This creates an empty pre-processor directive, which some programs may not be able to understand, and is just noise.
1 parent f8daa5a commit 36f9e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ scope has the given name. C<name> must be a literal string.
250250
CopFILE_debug((c),"SAVECOPFILE_FREE",0); \
251251
} STMT_END
252252
#else
253-
# /* XXX not refcounted */
253+
/* XXX not refcounted */
254254
# define SAVECOPSTASH_FREE(c) SAVESPTR(CopSTASH(c))
255255
# define SAVECOPFILE(c) SAVESPTR(CopFILEGV(c))
256256
# define SAVECOPFILE_FREE(c) SAVEGENERICSV(CopFILEGV(c))

0 commit comments

Comments
 (0)