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>
char *EM_error;
char *EM_filename;
unsigned int EM_lineno;
int EM_wordsize, EM_pointersize;
arith EM_holsize;
int EM_holinit;
char *EM_error = 0;
char *EM_filename = 0;
unsigned int EM_lineno = 0;
int EM_wordsize = 0, EM_pointersize = 0;
arith EM_holsize = 0;
int EM_holinit = 0;