OSDN Git Service

(HAVE_VPRINTF): New macro.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Nov 1993 17:44:56 +0000 (17:44 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Nov 1993 17:44:56 +0000 (17:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6087 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/xm-sh.h

index 148ff57..a6b9424 100644 (file)
@@ -31,6 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define alloca __builtin_alloca
 #endif
 
+/* We have the vprintf function.  */
+#define HAVE_VPRINTF 1
+
 /* target machine dependencies.
    tm.h is a symbolic link to the actual target specific file.  */
 #include "tm.h"