summaryrefslogtreecommitdiff
path: root/src/parser/snprintf.c
diff options
context:
space:
mode:
authorYugo Nagata2015-10-16 04:31:43 +0000
committerYugo Nagata2015-10-16 04:32:11 +0000
commitbb96b767624ff43a1d3ea18a2aae7147ac1cc801 (patch)
tree266909fc976a72bf32c3912414952199c192800b /src/parser/snprintf.c
parent06f726845ea9d5f2f3f1ce260d8f9856c7b16baf (diff)
Fix compiler warnings
Diffstat (limited to 'src/parser/snprintf.c')
-rw-r--r--src/parser/snprintf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser/snprintf.c b/src/parser/snprintf.c
index ad18dc6b7..4694598af 100644
--- a/src/parser/snprintf.c
+++ b/src/parser/snprintf.c
@@ -31,8 +31,8 @@
*/
#if 0
-
#include "c.h"
+#endif
#include <ctype.h>
#ifdef _MSC_VER
@@ -45,7 +45,6 @@
#endif
#include <sys/param.h>
-#endif
#ifndef NL_ARGMAX
#define NL_ARGMAX 16