X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Ffpending.m4;h=65d2dddf48d2b1fd29c194839723ce814666c2c2;hb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;hp=a771b4377174ab8b76f2ad3dba91c66ca2a3853b;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=debian%2Ftar diff --git a/m4/fpending.m4 b/m4/fpending.m4 index a771b437..65d2dddf 100644 --- a/m4/fpending.m4 +++ b/m4/fpending.m4 @@ -1,6 +1,6 @@ -#serial 12 +#serial 13 -# Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007 Free Software +# Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008 Free Software # Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -53,6 +53,9 @@ AC_DEFUN([gl_FUNC_FPENDING], '# old glibc iostream?' \ 'fp->_pptr - fp->_pbase' \ \ + '# emx+gcc' \ + 'fp->_ptr - fp->_buffer' \ + \ '# VMS' \ '(*fp)->_ptr - (*fp)->_base' \ \