summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 16:45:34 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 16:45:34 +0000
commitad5d783e0ce2ce4d888246396b594121b152423b (patch)
treeb809f3d6d472f7c1c28c401d72e8942b591b52fe /mathoms.c
parent15871fce9413472c456f7af6b3953480020578b6 (diff)
downloadperl-ad5d783e0ce2ce4d888246396b594121b152423b.tar.gz
save_hints is a mathom.
p4raw-id: //depot/perl@25900
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 6d03a6cee1..920652564c 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -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