summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-10 11:31:14 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-10 11:31:14 +0000
commitc94115d8a8e2e3c3d1a5486519667eba8297650c (patch)
tree2d7ada8c3bde436c2ac5906827b454a32a0f3f7c /proto.h
parentabbb319842d03cfdb615b06ae57e058d7e36b88c (diff)
downloadperl-c94115d8a8e2e3c3d1a5486519667eba8297650c.tar.gz
Summon constman! S_checkcomma now has all 3 arguments const char.
p4raw-id: //depot/perl@27459
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);