Renamed em.h to occam-em.h to avoid a clash with an ACK module
header file.
This commit is contained in:
parent
c65c560acd
commit
4fd0f0dba4
|
@ -3,7 +3,7 @@
|
||||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
*/
|
*/
|
||||||
#include "em.h"
|
#include "occam-em.h"
|
||||||
#include "expr.h"
|
#include "expr.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
#include "sizes.h"
|
#include "sizes.h"
|
||||||
|
|
|
@ -13,6 +13,9 @@ int new_label(), new_dot_label();
|
||||||
char *proc_label();
|
char *proc_label();
|
||||||
extern char *curr_file;
|
extern char *curr_file;
|
||||||
|
|
||||||
|
/* dtrg: hack to avoid clashing with the Posix exp() function. */
|
||||||
|
#define exp myexp
|
||||||
|
|
||||||
void cwv(), cvw();
|
void cwv(), cvw();
|
||||||
void bxx(), Loc(), Lol(), Lolp(), Lil(), Lof(), Lofp(), Lif();
|
void bxx(), Loc(), Lol(), Lolp(), Lil(), Lof(), Lofp(), Lif();
|
||||||
void Txx(), xxi(), Stl(), Inl(), Del(), Loe();
|
void Txx(), xxi(), Stl(), Inl(), Del(), Loe();
|
Loading…
Reference in a new issue