From d3fcec1f5f130b835b047ac0302818509dc560b9 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 9 Aug 2006 21:54:08 +0000 Subject: A couple const's and a cast to get Sun CC to compile these files. Perl, however, still will not build with the Sun CC. p4raw-id: //depot/perl@28686 --- op.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.c') diff --git a/op.c b/op.c index 300ac859ff..c9f6171c89 100644 --- a/op.c +++ b/op.c @@ -7303,7 +7303,7 @@ Perl_ck_subr(pTHX_ OP *o) int optional = 0; I32 arg = 0; I32 contextclass = 0; - char *e = NULL; + const char *e = NULL; bool delete_op = 0; o->op_private |= OPpENTERSUB_HASTARG; -- cgit v1.2.1