(HAVE_VPRINTF): New macro.
From-SVN: r6087
This commit is contained in:
parent
81ef6b33ee
commit
a3d7d62353
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user