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 b291c73 commit 0bfd198Copy full SHA for 0bfd198
intrpvar.h
@@ -65,7 +65,7 @@ PERLVARI(I, hash_rand_bits_enabled, U8, 1) /* used to randomize hash stuff
65
#endif
66
PERLVARI(I, hash_rand_bits, UV, 0) /* used to randomize hash stuff */
67
68
-PERLVARI(I, strtab, HV *, 0) /* shared string table */
+PERLVARI(I, strtab, HV *, NULL) /* shared string table */
69
/* prog counter for the currently executing OP_MULTIDEREF Used to signal
70
* to S_find_uninit_var() where we are */
71
PERLVAR(I, multideref_pc, UNOP_AUX_item *)
0 commit comments