diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-30 16:45:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-30 16:45:34 +0000 |
commit | ad5d783e0ce2ce4d888246396b594121b152423b (patch) | |
tree | b809f3d6d472f7c1c28c401d72e8942b591b52fe /mathoms.c | |
parent | 15871fce9413472c456f7af6b3953480020578b6 (diff) | |
download | perl-ad5d783e0ce2ce4d888246396b594121b152423b.tar.gz |
save_hints is a mathom.
p4raw-id: //depot/perl@25900
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -741,6 +741,13 @@ Perl_init_i18nl14n(pTHX_ int printwarn) return init_i18nl10n(printwarn); } +/* XXX kept for BINCOMPAT only */ +void +Perl_save_hints(pTHX) +{ + Perl_croak(aTHX_ "internal error: obsolete function save_hints() called"); +} + /* * Local variables: * c-indentation-style: bsd |