Skip to content

Commit

Permalink
embed.fnc Fix function return type
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Feb 1, 2022
1 parent a6a6eee commit b4bc910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embed.fnc
Expand Up @@ -3730,6 +3730,6 @@ XEop |STRLEN*|dup_warnings |NULLOK STRLEN* warnings
Amd |void |CopFILEGV_set |NN COP * c|NN GV * gv
#endif

Amd|char *const|phase_name|enum perl_phase
Amd|const char *const|phase_name|enum perl_phase

: ex: set ts=8 sts=4 sw=4 noet:
2 changes: 1 addition & 1 deletion proto.h
Expand Up @@ -2815,7 +2815,7 @@ PERL_CALLCONV int perl_run(PerlInterpreter *my_perl);
assert(my_perl)
PERL_CALLCONV Signal_t Perl_perly_sighandler(int sig, Siginfo_t *info, void *uap, bool safe);
#define PERL_ARGS_ASSERT_PERLY_SIGHANDLER
/* PERL_CALLCONV char *const phase_name(pTHX_ enum perl_phase); */
/* PERL_CALLCONV const char *const phase_name(pTHX_ enum perl_phase); */
#define PERL_ARGS_ASSERT_PHASE_NAME
PERL_CALLCONV void Perl_pmop_dump(pTHX_ PMOP* pm);
#define PERL_ARGS_ASSERT_PMOP_DUMP
Expand Down

0 comments on commit b4bc910

Please sign in to comment.