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 8ed690e commit 128b5f0Copy full SHA for 128b5f0
toke.c
@@ -12458,7 +12458,7 @@ Perl_scan_num(pTHX_ const char *start, YYSTYPE* lvalp)
12458
const char *lastub = NULL; /* position of last underbar */
12459
static const char* const number_too_long = "Number too long";
12460
bool warned_about_underscore = 0;
12461
- I32 shift; /* shift per digit for hex/oct/bin, hoisted here for fp */
+ I32 shift = 0; /* shift per digit for hex/oct/bin, hoisted here for fp */
12462
#define WARN_ABOUT_UNDERSCORE() \
12463
do { \
12464
if (!warned_about_underscore) { \
0 commit comments