summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 5208f6f02c..16e549b39b 100644
--- a/proto.h
+++ b/proto.h
@@ -3839,7 +3839,7 @@ STATIC char* S_swallow_bom(pTHX_ U8 *s)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);
-STATIC void S_checkcomma(pTHX_ char *s, const char *name, const char *what)
+STATIC void S_checkcomma(pTHX_ const char *s, const char *name, const char *what)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2)
__attribute__nonnull__(pTHX_3);