]> granicus.if.org Git - onig/commitdiff
disable ONIG_DEBUG_PARSE and ONIG_DEBUG_COMPILE
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 30 Jan 2019 05:06:23 +0000 (14:06 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Thu, 28 Feb 2019 05:28:18 +0000 (14:28 +0900)
src/regint.h

index 3b368f24a482ec2c09b46f09d44c28f464695c5a..d750a8d79c8a5bfc1d13e9c9ca0a645fa574d63b 100644 (file)
@@ -4,7 +4,7 @@
   regint.h -  Oniguruma (regular expression library)
 **********************************************************************/
 /*-
- * Copyright (c) 2002-2018  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * Copyright (c) 2002-2019  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -30,8 +30,8 @@
  */
 
 /* for debug */
-#define ONIG_DEBUG_PARSE
-#define ONIG_DEBUG_COMPILE
+/* #define ONIG_DEBUG_PARSE */
+/* #define ONIG_DEBUG_COMPILE */
 /* #define ONIG_DEBUG_SEARCH */
 /* #define ONIG_DEBUG_MATCH */
 /* #define ONIG_DONT_OPTIMIZE */