should not result in commons; does not work with some ranlibs

This commit is contained in:
ceriel 1988-07-12 20:34:16 +00:00
parent df4c1c8174
commit b3efe7e46c

View file

@ -8,9 +8,9 @@
#include <em_arith.h> #include <em_arith.h>
char *EM_error; char *EM_error = 0;
char *EM_filename; char *EM_filename = 0;
unsigned int EM_lineno; unsigned int EM_lineno = 0;
int EM_wordsize, EM_pointersize; int EM_wordsize = 0, EM_pointersize = 0;
arith EM_holsize; arith EM_holsize = 0;
int EM_holinit; int EM_holinit = 0;