last modifications in order to introduce the EM library mechanism

This commit is contained in:
erikb 1986-03-18 09:01:59 +00:00
parent 5880700ab4
commit fe073353c0

View file

@ -42,6 +42,7 @@ extern char options[];
init_code(dst_file)
char *dst_file;
{
C_init(word_size, pointer_size); /* initialise EM module */
if (C_open(dst_file) == 0)
fatal("cannot write to %s\n", dst_file);
#ifndef USE_TMP