diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-12-19 17:54:56 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-12-19 17:54:56 -0800 |
commit | a85294b3d2e56569dbd368011107cb8a338465e3 (patch) | |
tree | eb6e74ee8c47cc35d9387a50b9dfd8f20abbade3 /gcc | |
parent | 935149165b83d8d409584384729c059b34e20590 (diff) | |
download | gcc-a85294b3d2e56569dbd368011107cb8a338465e3.zip gcc-a85294b3d2e56569dbd368011107cb8a338465e3.tar.gz gcc-a85294b3d2e56569dbd368011107cb8a338465e3.tar.bz2 |
(HAVE_VPRINTF): Delete.
From-SVN: r8671
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.h | 3 |
1 files changed, 0 insertions, 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 |