summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/gen_qregexpparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/gen_qregexpparser.cc')
-rw-r--r--kregexpeditor/gen_qregexpparser.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/gen_qregexpparser.cc b/kregexpeditor/gen_qregexpparser.cc
index f2ac58a..f72775b 100644
--- a/kregexpeditor/gen_qregexpparser.cc
+++ b/kregexpeditor/gen_qregexpparser.cc
@@ -182,7 +182,7 @@ typedef struct yyltype
/* The parser invokes alloca or malloc; define the necessary symbols. */
-# if YYSTACK_USE_ALLOCA
+# ifdef YYSTACK_USE_ALLOCA
# define YYSTACK_ALLOC alloca
# else
# ifndef YYSTACK_USE_ALLOCA
@@ -569,7 +569,7 @@ int yydebug;
SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
evaluated with infinite-precision integer arithmetic. */
-#if YYMAXDEPTH == 0
+#ifdef YYMAXDEPTH == 0
# undef YYMAXDEPTH
#endif