field_loc.h 407 B

12345678910111213
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef LANG_CEM_CEMCOM_ANSI_FIELD_H
  6. #define LANG_CEM_CEMCOM_ANSI_FIELD_H
  7. /* lang/cem/cemcom.ansi/field.c */
  8. void eval_field(struct expr *expr, int code);
  9. void store_field(struct field *fd, int uns, int code, struct expr *leftop, arith tmpvar);
  10. #endif /* LANG_CEM_CEMCOM_ANSI_FIELD_H */