Skip to content

Commit b5957cd

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 cfefbcf commit b5957cd

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
@@ -2684,8 +2684,7 @@ CTp |Signal_t|perly_sighandler \
26842684
|NULLOK void *uap \
26852685
|bool safe
26862686

2687-
Admp |const char * const|phase_name \
2688-
|enum perl_phase phase
2687+
Admp |const char *|phase_name|enum perl_phase phase
26892688
Adp |void |pmop_dump |NULLOK PMOP *pm
26902689
: Used in perly.y
26912690
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)