From: Bruno Haible Date: Sat, 26 Apr 2008 14:47:30 +0000 (+0200) Subject: Put system dependent routines into inline functions. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e515db028073ae1e7c8dbe3135182cc68cfda5c3;p=pspp Put system dependent routines into inline functions. --- diff --git a/ChangeLog b/ChangeLog index b005118c9d..aa69ad0817 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-04-26 Bruno Haible + + * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization, + restore_seek_optimization, update_fpos_cache): New functions, extracted + from rpl_fflush. + (rpl_fflush): Use them. + * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro. + (gl_REPLACE_FFLUSH): Use it. + 2008-04-26 Bruno Haible * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program