diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-14 12:44:15 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-14 12:44:15 -0500 |
commit | 81ef6b33eed321ae1bad908212b47f0ac6fa505a (patch) | |
tree | 7563a46ffb6d6777e52d18d839244f60d77917bb | |
parent | b4b93495edcbe3c83e0d6fa288b7d16c1a3cde09 (diff) | |
download | gcc-81ef6b33eed321ae1bad908212b47f0ac6fa505a.zip gcc-81ef6b33eed321ae1bad908212b47f0ac6fa505a.tar.gz gcc-81ef6b33eed321ae1bad908212b47f0ac6fa505a.tar.bz2 |
(HAVE_VPRINTF): Delete from here.
From-SVN: r6086
-rw-r--r-- | gcc/config/sh/sh.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index e22a775..4c48e59 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -931,9 +931,6 @@ extern int current_function_anonymous_args; to do instead of doing that itself. */ #define SHIFT_COUNT_TRUNCATED 1 -/* We have the vprintf function. */ -#define HAVE_VPRINTF 1 - /* All integers have the same format so truncation is easy. */ #define TRULY_NOOP_TRUNCATION(OUTPREC,INPREC) 1 |