pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/glob.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/glob.c
Date: Thu, 03 Nov 2005 01:21:58 -0500

Index: pspp/src/glob.c
diff -u pspp/src/glob.c:1.29 pspp/src/glob.c:1.30
--- pspp/src/glob.c:1.29        Sun Jul 31 21:42:46 2005
+++ pspp/src/glob.c     Thu Nov  3 06:21:46 2005
@@ -63,7 +63,6 @@
 #include "calendar.h"
 #include "command.h"
 #include "dictionary.h"
-#include "do-ifP.h"
 #include "error.h"
 #include "file-handle.h"
 #include "filename.h"
@@ -84,18 +83,14 @@
 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;
 
 int FILTER_before_TEMPORARY;
 
 struct file_handle *default_handle;
-
-struct ctl_stmt *ctl_stack;
 
 /* log.h */
 char *logfn;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]