From dff6d3cd91bb8f94ad6445629f3bfb07c761a04e Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 26 Oct 1999 21:42:59 +0000 Subject: warnings and const violations identified by compiling in C++ mode with GCC v2.95 p4raw-id: //depot/perl@4461 --- taint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taint.c') diff --git a/taint.c b/taint.c index c272066e8d..c0a71cb2d8 100644 --- a/taint.c +++ b/taint.c @@ -9,7 +9,7 @@ #include "perl.h" void -Perl_taint_proper(pTHX_ const char *f, char *s) +Perl_taint_proper(pTHX_ const char *f, const char *s) { dTHR; /* just for taint */ char *ug; -- cgit v1.2.1