1.1 --- a/semantics.h Sun Dec 30 17:09:08 2001 +0000 1.2 +++ b/semantics.h Mon Dec 31 02:33:50 2001 +0000 1.3 @@ -18,14 +18,6 @@ 1.4 double bottom; 1.5 } crop_t; 1.6 1.7 -typedef enum 1.8 -{ 1.9 - INPUT_CONTEXT_ALL, 1.10 - INPUT_CONTEXT_ODD, 1.11 - INPUT_CONTEXT_EVEN 1.12 -} input_context_type_t; 1.13 - 1.14 - 1.15 typedef struct 1.16 { 1.17 boolean has_size; 1.18 @@ -70,9 +62,11 @@ 1.19 1.20 1.21 /* semantic routines for input statements */ 1.22 -void input_push_context (input_context_type_t type); 1.23 +void input_push_context (void); 1.24 void input_pop_context (void); 1.25 +void input_set_modifier_context (input_modifier_type_t type); 1.26 void input_set_file (char *name); 1.27 +void input_set_rotation (int rotation); 1.28 void input_images (int first, int last); 1.29 1.30 /* semantic routines for output statements */