Skip to content

Commit 7470783

Browse files
committed
Try out new asserts in a couple cases
This uses the previous commit's new abilities on a couple of sample functions, so you can see the changes it makes in two small bites.
1 parent 7d54e2e commit 7470783

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

embed.fnc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,8 +1939,8 @@ CTopr |void |locale_panic |NN const char *msg \
19391939
p |OP * |localize |NN OP *o \
19401940
|I32 lex
19411941
CTp |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
19441944
ARdp |I32 |looks_like_number \
19451945
|NN SV * const sv
19461946
CRTip |unsigned|lsbit_pos32 |U32 word
@@ -5298,8 +5298,8 @@ ST |char |first_symbol |NN const char *pat \
52985298
|NN const char *patend
52995299
RS |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
53045304
RS |SV * |is_an_int |NN const char *s \
53055305
|STRLEN l

proto.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)