ack/modules/h/em_code.h

18 lines
354 B
C
Raw Normal View History

1987-03-10 09:24:02 +00:00
/* $Header$ */
1987-03-09 15:15:03 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1987-08-06 18:58:39 +00:00
#include "em_mesX.h"
1987-08-06 18:58:39 +00:00
#ifdef PEEPHOLE
1988-04-11 09:47:33 +00:00
#include "em_codeO.h"
#include "emO_code.h"
#else
#ifdef CODE_EXPANDER
#include "em_codeCE.h"
1987-08-06 18:58:39 +00:00
#else
1988-04-11 09:47:33 +00:00
#include "em_codeEK.h"
#endif
1987-08-06 18:58:39 +00:00
#endif