summaryrefslogtreecommitdiffhomepage
path: root/src/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprintf.c')
-rw-r--r--src/sprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sprintf.c b/src/sprintf.c
index c7e7badc4..b4d460c83 100644
--- a/src/sprintf.c
+++ b/src/sprintf.c
@@ -6,7 +6,7 @@
#include "mruby.h"
-#ifdef INCLUDE_KERNEL_SPRINTF
+#ifdef ENABLE_KERNEL_SPRINTF
#include <stdio.h>
#include <string.h>
@@ -1082,4 +1082,4 @@ fmt_setup(char *buf, size_t size, int c, int flags, int width, int prec)
*buf = '\0';
}
-#endif //INCLUDE_KERNEL_SPRINTF
+#endif /* ENABLE_KERNEL_SPRINTF */