Skip to content

Commit 308806a

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 6e77ff4 commit 308806a

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
@@ -2689,8 +2689,7 @@ CTp |Signal_t|perly_sighandler \
26892689
|NULLOK void *uap \
26902690
|bool safe
26912691

2692-
Admp |const char * const|phase_name \
2693-
|enum perl_phase phase
2692+
Admp |const char *|phase_name|enum perl_phase phase
26942693
Adp |void |pmop_dump |NULLOK PMOP *pm
26952694
: Used in perly.y
26962695
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)