File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1939,8 +1939,8 @@ CTopr |void |locale_panic |NN const char *msg \
19391939p |OP * |localize |NN OP *o \
19401940 |I32 lex
19411941CTp |UV |long_valid_utf8_to_uv \
1942- |NN const U8 * const s \
1943- |NN const U8 * const e
1942+ |SPTR const U8 * const s \
1943+ |EPTR const U8 * const e
19441944ARdp |I32 |looks_like_number \
19451945 |NN SV * const sv
19461946CRTip |unsigned|lsbit_pos32 |U32 word
@@ -5298,8 +5298,8 @@ ST |char |first_symbol |NN const char *pat \
52985298 |NN const char *patend
52995299RS |const char *|get_num |NN const char *patptr \
53005300 |NN SSize_t *lenptr
5301- S |const char *|group_end |NN const char *patptr \
5302- |NN const char *patend \
5301+ S |const char *|group_end |SPTR const char *patptr \
5302+ |EPTR const char *patend \
53035303 |char ender
53045304RS |SV * |is_an_int |NN const char *s \
53055305 |STRLEN l
You can’t perform that action at this time.
0 commit comments