last modifications in order to introduce the EM library mechanism
authorerikb <none@none>
Tue, 18 Mar 1986 09:01:59 +0000 (09:01 +0000)
committererikb <none@none>
Tue, 18 Mar 1986 09:01:59 +0000 (09:01 +0000)
lang/cem/cemcom/code.c

index 1d0df57..d679c96 100644 (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