X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ba3189039adc8ec5eba5ed3e21d42019a4616b7c..507a173f5077b86152feb665421f5e6d47b7c85c:/src/fns.c diff --git a/src/fns.c b/src/fns.c index 4c082aa84e..bc5331358a 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1996,7 +1996,9 @@ internal_equal (Lisp_Object o1, Lisp_Object o2, int depth, bool props, error ("Stack overflow in equal"); if (NILP (ht)) { - Lisp_Object args[2] = { QCtest, Qeq }; + Lisp_Object args[2]; + args[0] = QCtest; + args[1] = Qeq; ht = Fmake_hash_table (2, args); } switch (XTYPE (o1))