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 --- embed.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed.pl') diff --git a/embed.pl b/embed.pl index 8f964a294e..93c2e2acca 100755 --- a/embed.pl +++ b/embed.pl @@ -1666,7 +1666,7 @@ p |SV* |swash_init |char* pkg|char* name|SV* listsv \ |I32 minbits|I32 none p |UV |swash_fetch |SV *sv|U8 *ptr p |void |taint_env -p |void |taint_proper |const char* f|char* s +p |void |taint_proper |const char* f|const char* s p |UV |to_utf8_lower |U8 *p p |UV |to_utf8_upper |U8 *p p |UV |to_utf8_title |U8 *p @@ -2050,8 +2050,8 @@ s |I32 |sublex_done s |I32 |sublex_push s |I32 |sublex_start s |char * |filter_gets |SV *sv|PerlIO *fp|STRLEN append -s |SV* |new_constant |char *s|STRLEN len|char *key|SV *sv \ - |SV *pv|char *type +s |SV* |new_constant |char *s|STRLEN len|const char *key|SV *sv \ + |SV *pv|const char *type s |int |ao |int toketype s |void |depcom s |char* |incl_perldb -- cgit v1.2.1