X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglob.c;h=60da1fffd3b2e54e2a6995de86fafcc833b14c01;hb=77cbf2d7d1e5712d4ef952f265ed5c2917fc3f68;hp=cc76e340ab21d8fedc9f85a6ca251a4eef7e4fc5;hpb=18febf84744dc7ab4248542c2f88d91c01ef3fa1;p=pspp diff --git a/src/glob.c b/src/glob.c index cc76e340ab..60da1fffd3 100644 --- a/src/glob.c +++ b/src/glob.c @@ -100,8 +100,6 @@ extern void stifle_history (); struct dictionary *default_dict; struct expression *process_if_expr; -struct ccase *temp_case; - struct trns_header **t_trns; int n_trns; int m_trns; @@ -111,9 +109,6 @@ int FILTER_before_TEMPORARY; struct file_handle *default_handle; -void (*read_active_file) (void); -void (*cancel_input_pgm) (void); - struct ctl_stmt *ctl_stack; /* log.h */