* vsprintf.c: Check for USE_CUSTOM_PRINTF earlier.
This commit is contained in:
parent
e263e3b813
commit
a5fd66b7b9
@ -10,11 +10,12 @@
|
||||
*/
|
||||
|
||||
#include "defs.h"
|
||||
#include <stdarg.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef USE_CUSTOM_PRINTF
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <limits.h>
|
||||
|
||||
#define noinline_for_stack /*nothing*/
|
||||
#define likely(expr) (expr)
|
||||
#define unlikely(expr) (expr)
|
||||
|
Loading…
Reference in New Issue
Block a user