X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fglob.c;h=cebf38289137c56ce804792e07ee0537e656ec46;hb=829c9392ee103e34cd81e7c9aee5cdf24d6029dc;hp=159c48296bade021e084902dc88934636dc88919;hpb=b7852df2743416201dc85fd672644799cdd1b7b5;p=pspp-builds.git diff --git a/src/glob.c b/src/glob.c index 159c4829..cebf3828 100644 --- a/src/glob.c +++ b/src/glob.c @@ -69,16 +69,15 @@ extern void stifle_history (); #endif #include "alloc.h" +#include "calendar.h" #include "command.h" #include "dictionary.h" #include "do-ifP.h" #include "error.h" -#include "expr.h" #include "file-handle.h" #include "filename.h" #include "getline.h" #include "hash.h" -#include "julcal/julcal.h" #include "lexer.h" #include "magic.h" #include "main.h" @@ -97,6 +96,8 @@ int n_trns; int m_trns; int f_trns; +short test_mode=0; + int FILTER_before_TEMPORARY; struct file_handle *default_handle; @@ -184,9 +185,10 @@ init_glob (int argc UNUSED, char **argv) void done_glob(void) { - dict_destroy(default_dict); - free(logfn); - done_settings(); + cancel_transformations (); + dict_destroy (default_dict); + free (logfn); + done_settings (); ds_destroy (&tokstr); fh_done();