should not result in commons; does not work with some ranlibs
authorceriel <none@none>
Tue, 12 Jul 1988 20:34:16 +0000 (20:34 +0000)
committerceriel <none@none>
Tue, 12 Jul 1988 20:34:16 +0000 (20:34 +0000)
modules/src/read_em/EM_vars.c

index f50dcc8..611511a 100644 (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;