Formerly variable.c.~8~
authorRoland McGrath <roland@redhat.com>
Fri, 24 Jul 1992 06:16:47 +0000 (06:16 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 24 Jul 1992 06:16:47 +0000 (06:16 +0000)
variable.c

index f095380..aa3abd9 100644 (file)
@@ -363,7 +363,7 @@ define_automatic_variables ()
     }
 
   /* Make sure MAKEFILES gets exported if it is set.  */
-  v = define_variable ("MAKEFILES", 9, (char *) 0, o_default, 0);
+  v = define_variable ("MAKEFILES", 9, "", o_default, 0);
   v->export = v_ifset;
 }
 \f