From: erikb Date: Tue, 18 Mar 1986 09:01:59 +0000 (+0000) Subject: last modifications in order to introduce the EM library mechanism X-Git-Tag: release-5-5~5348 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fe073353c03acef41643ca1bbf97807edad0152c;p=ack.git last modifications in order to introduce the EM library mechanism --- diff --git a/lang/cem/cemcom/code.c b/lang/cem/cemcom/code.c index 1d0df57a1..d679c9658 100644 --- a/lang/cem/cemcom/code.c +++ b/lang/cem/cemcom/code.c @@ -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