Skip to content

Commit 4767b6c

Browse files
committed
embed.fnc: regtail: NN valid only for ptrs
This had 2 non-pointer arguments marked as NN.
1 parent 18303d4 commit 4767b6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

embed.fnc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5555,8 +5555,8 @@ ES |SV * |reg_scan_name |NN RExC_state_t *pRExC_state \
55555555
ETi |char * |reg_skipcomment|NN RExC_state_t *pRExC_state \
55565556
|NN char *p
55575557
ERS |bool |regtail |NN RExC_state_t *pRExC_state \
5558-
|NN const regnode_offset p \
5559-
|NN const regnode_offset val \
5558+
|const regnode_offset p \
5559+
|const regnode_offset val \
55605560
|const U32 depth
55615561
ES |void |set_regex_pv |NN RExC_state_t *pRExC_state \
55625562
|NN REGEXP *Rx

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)