(Fml_if): Initialize val.

This commit is contained in:
Richard M. Stallman 1998-04-17 01:49:33 +00:00
parent ad21fa0789
commit 00df1bdfb3

View file

@ -50,6 +50,7 @@ DEFUN ("ml-if", Fml_if, Sml_if, 0, UNEVALLED, 0, "Mocklisp version of `if'.")
register Lisp_Object val;
struct gcpro gcpro1;
val = Qnil;
GCPRO1 (args);
while (!NILP (args))
{