Skip to content

Commit 080da26

Browse files
committed
[squash-me] PR review fix: be consistent with NULL
1 parent 136ee21 commit 080da26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intrpvar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PERLVARI(I, hash_rand_bits_enabled, U8, 1) /* used to randomize hash stuff
6565
#endif
6666
PERLVARI(I, hash_rand_bits, UV, 0) /* used to randomize hash stuff */
6767
#endif
68-
PERLVARI(I, strtab, HV *, 0) /* shared string table */
68+
PERLVARI(I, strtab, HV *, NULL) /* shared string table */
6969
/* prog counter for the currently executing OP_MULTIDEREF Used to signal
7070
* to S_find_uninit_var() where we are */
7171
PERLVAR(I, multideref_pc, UNOP_AUX_item *)

0 commit comments

Comments
 (0)