semantics.h

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