DO IF, LOOP cleanup.
[pspp-builds.git] / src / glob.c
index 1b5de09955e0bc4ee2611c4fda74e2d1c5cbe5f0..a026ede65ffb13492f5d79c6790d4705864f7d0f 100644 (file)
@@ -63,7 +63,6 @@ extern void stifle_history ();
 #include "calendar.h"
 #include "command.h"
 #include "dictionary.h"
-#include "do-ifP.h"
 #include "error.h"
 #include "file-handle.h"
 #include "filename.h"
@@ -84,10 +83,8 @@ extern void stifle_history ();
 struct dictionary *default_dict;
 struct expression *process_if_expr;
 
-struct trns_header **t_trns;
-int n_trns;
-int m_trns;
-int f_trns;
+struct transformation *t_trns;
+size_t n_trns, m_trns, f_trns;
 
 short test_mode=0;
 
@@ -95,8 +92,6 @@ int FILTER_before_TEMPORARY;
 
 struct file_handle *default_handle;
 
-struct ctl_stmt *ctl_stack;
-
 /* log.h */
 char *logfn;
 FILE *logfile;