]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/printf_size.c
Remove use of INTDEF/INTUSE in libio
[thirdparty/glibc.git] / stdio-common / printf_size.c
index 06cbb064abe3f4c42356dfe23ed1e2c2c805488a..9f870065a3f4f2fb502f24f068e20ffa07525f1d 100644 (file)
@@ -1,5 +1,5 @@
 /* Print size value using units for orders of magnitude.
-   Copyright (C) 1997-2002, 2004, 2006, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1997-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
    Based on a proposal by Larry McVoy <lm@sgi.com>.
@@ -28,7 +28,7 @@
 /* This defines make it possible to use the same code for GNU C library and
    the GNU I/O library.         */
 #define PUT(f, s, n) _IO_sputn (f, s, n)
-#define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : INTUSE(_IO_padn) (f, c, n))
+#define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : _IO_padn (f, c, n))
 /* We use this file GNU C library and GNU I/O library. So make
    names equal.         */
 #undef putc