Skip to content

Commit fc31155

Browse files
committed
Remove const char * const return value
A function can't return something of that type, but this has always been a macro, so this hasn't been caught.
1 parent ef45ef6 commit fc31155

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

embed.fnc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,8 +2687,7 @@ CTp |Signal_t|perly_sighandler \
26872687
|NULLOK void *uap \
26882688
|bool safe
26892689

2690-
Admp |const char * const|phase_name \
2691-
|enum perl_phase phase
2690+
Admp |const char *|phase_name|enum perl_phase phase
26922691
Adp |void |pmop_dump |NULLOK PMOP *pm
26932692
: Used in perly.y
26942693
p |OP * |pmruntime |NN OP *o \

proto.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)