Olivier Galibert <galibert(a)pobox.com> writes:
On Sun, Jan 16, 2000 at 12:22:34AM +0100, Hrvoje Niksic wrote:
> This patch makes XEmacs compile with portable dumper support using
> union type. Olivier, please review this -- I don't really understand
> the code, I've just made the compiler happy.
I hate this patch. Not because of what you wrote actually, but
because it shows how sloppy I have been between void *, Lisp_Object
and EMACS_INT. Ick.
For now I'd say let's put it on hold, and I am going to review my
code for this problem. Most of the (macro-hidden) casts are
unnecessay.
Okay. Let me be the first reviewer to veto my own patch!