Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions embed.fnc
Original file line number Diff line number Diff line change
Expand Up @@ -3072,7 +3072,7 @@ Adp |char * |scan_vstring |NN const char *s \
|NN SV *sv
EXpx |char * |scan_word |NN char *s \
|NN char *dest \
|STRLEN destlen \
|NN char *dest_end \
|int allow_package \
|NN STRLEN *slp
Cp |U32 |seed
Expand Down Expand Up @@ -6054,7 +6054,7 @@ S |int |ao |int toketype
S |void |checkcomma |NN const char *s \
|NN const char *name \
|NN const char *what
S |void |check_uni
S |void |check_unary
RS |char * |filter_gets |NN SV *sv \
|STRLEN append
RS |HV * |find_in_my_stash \
Expand Down Expand Up @@ -6110,8 +6110,8 @@ RS |char * |scan_formline |NN char *s
RS |char * |scan_heredoc |NN char *s
S |char * |scan_ident |NN char *s \
|NN char *dest \
|STRLEN destlen \
|I32 ck_uni
|NN char *dest_end \
|bool chk_unary
RS |char * |scan_inputsymbol \
|NN char *start
RS |char * |scan_pat |NN char *start \
Expand Down
2 changes: 1 addition & 1 deletion embed.h
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@
# endif
# if defined(PERL_IN_TOKE_C)
# define ao(a) S_ao(aTHX_ a)
# define check_uni() S_check_uni(aTHX)
# define check_unary() S_check_unary(aTHX)
# define checkcomma(a,b,c) S_checkcomma(aTHX_ a,b,c)
# define filter_gets(a,b) S_filter_gets(aTHX_ a,b)
# define find_in_my_stash(a,b) S_find_in_my_stash(aTHX_ a,b)
Expand Down
12 changes: 6 additions & 6 deletions proto.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading