diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-13 13:31:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-05-13 13:31:53 +0000 |
commit | 767df6a1b5239f22c97e50608c6c8ba4a916826d (patch) | |
tree | d5cacc2c6c85a51adb98517b40fb801722ef87fe /objXSUB.h | |
parent | cc105dabc17d2d0d984264ae3339e92d0a61358c (diff) | |
download | perl-767df6a1b5239f22c97e50608c6c8ba4a916826d.tar.gz |
Still fflushing strong.
p4raw-id: //depot/cfgperl@3409
Diffstat (limited to 'objXSUB.h')
-rw-r--r-- | objXSUB.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1619,6 +1619,8 @@ #define my_exit_jump pPerl->Perl_my_exit_jump #undef my_failure_exit #define my_failure_exit pPerl->Perl_my_failure_exit +#undef my_fflush_all +#define my_fflush_all pPerl->Perl_my_fflush_all #undef my_htonl #define my_htonl pPerl->Perl_my_htonl #undef my_lstat |