summaryrefslogtreecommitdiff
path: root/printf/obprntffuns.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-19 14:35:25 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-19 14:35:25 +0100
commitfae4e36024f08ed96cb79195935f637bdfc9875b (patch)
tree2c13895a0b54eb7b6d6a5f815b65891acff34961 /printf/obprntffuns.c
parentcf6b3dd7ae4bd3ae91a2a23dcb40361ca2e52f98 (diff)
downloadgmp-fae4e36024f08ed96cb79195935f637bdfc9875b.tar.gz
Get rid of varargs code and references.
Diffstat (limited to 'printf/obprntffuns.c')
-rw-r--r--printf/obprntffuns.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/printf/obprntffuns.c b/printf/obprntffuns.c
index a1ad9c220..51ec42551 100644
--- a/printf/obprntffuns.c
+++ b/printf/obprntffuns.c
@@ -28,12 +28,7 @@ along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */
#define _GNU_SOURCE /* ask glibc <stdio.h> for obstack_vprintf */
-#if HAVE_STDARG
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-
#include <stdio.h> /* for obstack_vprintf */
#include <string.h>
#include <obstack.h>