From a85294b3d2e56569dbd368011107cb8a338465e3 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 19 Dec 1994 17:54:56 -0800 Subject: [PATCH] (HAVE_VPRINTF): Delete. From-SVN: r8671 --- gcc/config/dsp16xx/dsp16xx.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 74f7722..6dacaac 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -1936,9 +1936,6 @@ bss_section () \ /* This is the kind of divide that is easiest to do in the general case. */ #define EASY_DIV_EXPR TRUNC_DIV_EXPR -/* Define this if the library function 'vprintf' is available on your system. */ -#define HAVE_VPRINTF - /* Max number of bytes we can move from memory to memory in one reasonably fast instruction. */ #define MOVE_MAX 1 -- 2.7.4