diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-30 16:36:22 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-30 16:36:22 +0000 |
commit | 89552e80fce1de87a2720adec023baa6ccc9b702 (patch) | |
tree | af1a9071ff3f551c45424d25d225126cfa338d82 /mathoms.c | |
parent | bc5cdc23883e8a43c7fbf40a0069d823caa8adb3 (diff) | |
download | perl-89552e80fce1de87a2720adec023baa6ccc9b702.tar.gz |
init_i18nl14n is a mathom.
p4raw-id: //depot/perl@25898
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -734,6 +734,13 @@ badexit: } #endif +/* Backwards compatibility. */ +int +Perl_init_i18nl14n(pTHX_ int printwarn) +{ + return init_i18nl10n(printwarn); +} + /* * Local variables: * c-indentation-style: bsd |