diff options
author | Andy Lester <andy@petdance.com> | 2006-04-23 15:45:09 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-04-24 07:39:23 +0000 |
commit | c395bd6cbc645e80f929b5b4e285b43aa4366851 (patch) | |
tree | 96207889b3de5977c319dcbba4d87233cefeeb08 /embed.fnc | |
parent | 675c862fe1d4abfd048dce5f1958cca54b16c501 (diff) | |
download | perl-c395bd6cbc645e80f929b5b4e285b43aa4366851.tar.gz |
doop.c consting, take 2
Message-ID: <20060424014509.GA29642@petdance.com>
p4raw-id: //depot/perl@27943
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1058,12 +1058,12 @@ Adp |int |nothreadhook END_EXTERN_C #if defined(PERL_IN_DOOP_C) || defined(PERL_DECL_PROT) -sR |I32 |do_trans_simple |NN SV *sv -sR |I32 |do_trans_count |NN SV *sv -sR |I32 |do_trans_complex |NN SV *sv -sR |I32 |do_trans_simple_utf8 |NN SV *sv -sR |I32 |do_trans_count_utf8 |NN SV *sv -sR |I32 |do_trans_complex_utf8 |NN SV *sv +sR |I32 |do_trans_simple |NN SV * const sv +sR |I32 |do_trans_count |NN SV * const sv +sR |I32 |do_trans_complex |NN SV * const sv +sR |I32 |do_trans_simple_utf8 |NN SV * const sv +sR |I32 |do_trans_count_utf8 |NN SV * const sv +sR |I32 |do_trans_complex_utf8 |NN SV * const sv #endif #if defined(PERL_IN_GV_C) || defined(PERL_DECL_PROT) |