/[pspp]/pspp/src/glob.c
ViewVC logotype

Diff of /pspp/src/glob.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by blp, Sun Dec 11 02:48:45 2005 UTC revision 1.32 by blp, Sun Dec 11 07:35:51 2005 UTC
# Line 71  extern void stifle_history (); Line 71  extern void stifle_history ();
71  #include "lexer.h"  #include "lexer.h"
72  #include "magic.h"  #include "magic.h"
73  #include "main.h"  #include "main.h"
74    #include "random.h"
75  #include "settings.h"  #include "settings.h"
76  #include "str.h"  #include "str.h"
77  #include "var.h"  #include "var.h"
# Line 160  init_glob (int argc UNUSED, char **argv) Line 161  init_glob (int argc UNUSED, char **argv)
161    }    }
162    
163    
164    init_settings();    init_settings ();
165      random_init ();
166    
167    /* log.h */    /* log.h */
168    logging = 1;    logging = 1;
# Line 176  done_glob(void) Line 178  done_glob(void)
178    cancel_transformations ();    cancel_transformations ();
179    dict_destroy (default_dict);    dict_destroy (default_dict);
180    free (logfn);    free (logfn);
181      random_done ();
182    done_settings ();    done_settings ();
183    ds_destroy (&tokstr);    ds_destroy (&tokstr);
184    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26