aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Kosako <kosako@sofnec.co.jp>2020-01-14 18:02:42 +0900
committerK.Kosako <kosako@sofnec.co.jp>2020-01-14 18:02:42 +0900
commit3ce3092dcbac9379d4943bf017e18fd9219ae538 (patch)
tree50616ae7f418dcdd96fae744f65d451ec8d7d98c
parent7c09bd60ba5d423c4fd093369eb4e01216e42ff0 (diff)
downloadoniguruma-3ce3092dcbac9379d4943bf017e18fd9219ae538.zip
oniguruma-3ce3092dcbac9379d4943bf017e18fd9219ae538.tar.gz
oniguruma-3ce3092dcbac9379d4943bf017e18fd9219ae538.tar.bz2
rename ONIG_UNSUPPORT_PRINT to ONIG_NO_PRINT (#170)
-rw-r--r--src/regexec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regexec.c b/src/regexec.c
index c5a5d69..25b0b67 100644
--- a/src/regexec.c
+++ b/src/regexec.c
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
-#ifndef ONIG_UNSUPPORT_PRINT
+#ifndef ONIG_NO_PRINT
#ifndef NEED_TO_INCLUDE_STDIO
#define NEED_TO_INCLUDE_STDIO
#endif
@@ -6247,7 +6247,7 @@ onig_builtin_cmp(OnigCalloutArgs* args, void* user_data ARG_UNUSED)
}
-#ifndef ONIG_UNSUPPORT_PRINT
+#ifndef ONIG_NO_PRINT
static FILE* OutFp;
@@ -6345,6 +6345,6 @@ onig_setup_builtin_monitors_by_ascii_encoded_name(void* fp /* FILE* */)
return ONIG_NORMAL;
}
-#endif /* ONIG_UNSUPPORT_PRINT */
+#endif /* ONIG_NO_PRINT */
#endif /* USE_CALLOUT */