Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / expr-prs.c
index fee00a3e93e1525917485f15cf7726c3a0245f8b..701347894d31cb749304f3a271b4204ad29f2c6c 100644 (file)
@@ -120,10 +120,7 @@ expr_parse (int flags)
 
   /* If we're debugging or the user requested it, print the postfix
      representation. */
-#if GLOBAL_DEBUGGING
-#if !DEBUGGING
-  if (flags & PXP_DUMP)
-#endif
+#if DEBUGGING
     debug_print_postfix (e);
 #endif