summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@qsl.net>2005-07-24 15:09:01 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 07:23:08 +0000
commit6e73205105f5b52e070fbca13411b9ab4e21ee43 (patch)
tree22b522c9c25467a406431a9c7f2a189693507d6b /embed.fnc
parentef7e80c4ffb0d80daa17dc6be88a4595251bdd51 (diff)
downloadperl-6e73205105f5b52e070fbca13411b9ab4e21ee43.tar.gz
Re: blead@25210 on OpenVMS (not good)
From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <42E41F8D.3040306@qsl.net> constify Perl_unlnk p4raw-id: //depot/perl@25251
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 9e38ed8abd..b5f775f487 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -833,7 +833,7 @@ Apd |UV |to_utf8_upper |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
Apd |UV |to_utf8_title |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
Apd |UV |to_utf8_fold |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp
#if defined(UNLINK_ALL_VERSIONS)
-Ap |I32 |unlnk |NN char* f
+Ap |I32 |unlnk |NN const char* f
#endif
Apd |I32 |unpack_str |NN const char *pat|NN const char *patend|NN const char *s \
|NULLOK const char *strbeg|NN const char *strend|NULLOK char **new_s \