moved and initialized the C_tmpdir variable; some linkers do not
authorceriel <none@none>
Tue, 10 Oct 1989 15:06:56 +0000 (15:06 +0000)
committerceriel <none@none>
Tue, 10 Oct 1989 15:06:56 +0000 (15:06 +0000)
find it otherwise

util/ceg/defaults/C_out_skel.c
util/ceg/defaults/pseudo_vars.c

index f37700c..51bb78e 100644 (file)
@@ -25,7 +25,6 @@
 extern char em_flag[]; /* One per EM instruction: indicates parameter kind */
 extern short em_ptyp[];        /* One per parameter kind: indicates parameter type */
 static char *C_error;
-char *C_tmpdir;
 
 EXPORT int
 C_out(p)
index 3160e63..cec644b 100644 (file)
@@ -1,2 +1,3 @@
 int    B_locals_created = 0, B_busy = 0;
 int    B_holno = 0, B_procno = 0;
+char   *C_tmpdir = 0;