Renamed em.h to occam-em.h to avoid a clash with an ACK module

header file.
This commit is contained in:
dtrg 2006-07-26 18:20:38 +00:00
parent c65c560acd
commit 4fd0f0dba4
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include "em.h"
#include "occam-em.h"
#include "expr.h"
#include "symtab.h"
#include "sizes.h"

View file

@ -13,6 +13,9 @@ int new_label(), new_dot_label();
char *proc_label();
extern char *curr_file;
/* dtrg: hack to avoid clashing with the Posix exp() function. */
#define exp myexp
void cwv(), cvw();
void bxx(), Loc(), Lol(), Lolp(), Lil(), Lof(), Lofp(), Lif();
void Txx(), xxi(), Stl(), Inl(), Del(), Loe();