Add stub for USE ALL.
[pspp] / src / expr-prs.c
index d8e20853652b9a6d63fc7b92f8014706cdc85c48..701347894d31cb749304f3a271b4204ad29f2c6c 100644 (file)
@@ -32,6 +32,7 @@
 #include "str.h"
 #include "var.h"
 #include "vfm.h"
+#include "pool.h"
 \f
 /* Declarations. */
 
@@ -119,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