em_code.h 354 B

1234567891011121314151617
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. #include "em_mesX.h"
  7. #ifdef PEEPHOLE
  8. #include "em_codeO.h"
  9. #include "emO_code.h"
  10. #else
  11. #ifdef CODE_EXPANDER
  12. #include "em_codeCE.h"
  13. #else
  14. #include "em_codeEK.h"
  15. #endif
  16. #endif