summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-15 16:38:08 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-15 16:38:08 -0800
commit6eeb52757c9d2d1f40a3d31a6b6d3925dc17fbb2 (patch)
tree091e6f48f2157e58c76340f9a8adccc1100bd8a5
parent964b103be665953306e9476ce7dd3c305f0541bd (diff)
unifdef NEED_SNPRINTFHEADmaster
If it was defined, it would try to include a snprintf.c file that's not actually in our source tree. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--util.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/util.c b/util.c
index 4da4892..a393e55 100644
--- a/util.c
+++ b/util.c
@@ -36,12 +36,6 @@ THE SOFTWARE.
#include "X11/Xfuncproto.h" /* for _X_ATTRIBUTE_PRINTF */
#include "fonttosfnt.h"
-#ifdef NEED_SNPRINTF
-#undef SCOPE
-#define SCOPE static
-#include "snprintf.c"
-#endif
-
#ifdef __GLIBC__
#define HAVE_TIMEGM
#define HAVE_TM_GMTOFF