/[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.29 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.30 by blp, Thu Nov 3 06:21:46 2005 UTC
# Line 63  extern void stifle_history (); Line 63  extern void stifle_history ();
63  #include "calendar.h"  #include "calendar.h"
64  #include "command.h"  #include "command.h"
65  #include "dictionary.h"  #include "dictionary.h"
 #include "do-ifP.h"  
66  #include "error.h"  #include "error.h"
67  #include "file-handle.h"  #include "file-handle.h"
68  #include "filename.h"  #include "filename.h"
# Line 84  extern void stifle_history (); Line 83  extern void stifle_history ();
83  struct dictionary *default_dict;  struct dictionary *default_dict;
84  struct expression *process_if_expr;  struct expression *process_if_expr;
85    
86  struct trns_header **t_trns;  struct transformation *t_trns;
87  int n_trns;  size_t n_trns, m_trns, f_trns;
 int m_trns;  
 int f_trns;  
88    
89  short test_mode=0;  short test_mode=0;
90    
# Line 95  int FILTER_before_TEMPORARY; Line 92  int FILTER_before_TEMPORARY;
92    
93  struct file_handle *default_handle;  struct file_handle *default_handle;
94    
 struct ctl_stmt *ctl_stack;  
   
95  /* log.h */  /* log.h */
96  char *logfn;  char *logfn;
97  FILE *logfile;  FILE *logfile;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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