Skip to content

Commit

Permalink
regnode_after(): Fix compiler warning
Browse files Browse the repository at this point in the history
A parameter to this function was declared const in its prototype but not
in embed.fnc.
  • Loading branch information
khwilliamson committed May 12, 2023
1 parent b695095 commit f4eb680
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 @@ -5497,7 +5497,7 @@ CRip |bool |check_regnode_after \
|const STRLEN extra
CRip |regnode *|regnext |NULLOK const regnode *p
CRip |regnode *|regnode_after|NULLOK const regnode *p \
|bool varies
|const bool varies
# if defined(DEBUGGING)
Ep |void |debug_peep |NN const char *str \
|NN const RExC_state_t *pRExC_state \
Expand Down
2 changes: 1 addition & 1 deletion proto.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4eb680

Please sign in to comment.