diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-10 11:31:14 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-10 11:31:14 +0000 |
commit | c94115d8a8e2e3c3d1a5486519667eba8297650c (patch) | |
tree | 2d7ada8c3bde436c2ac5906827b454a32a0f3f7c /proto.h | |
parent | abbb319842d03cfdb615b06ae57e058d7e36b88c (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |