emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./configure --enable-check-lisp-object-type


From: Stefan Monnier
Subject: Re: ./configure --enable-check-lisp-object-type
Date: Tue, 12 Apr 2022 18:20:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> Which means we need 2 different initializations, conditioned on
> CHECK_LISP_OBJECT_TYPE.

We can probably

    #ifdef CHECK_LISP_OBJECT_TYPE
    # define LISP_NIL_INITIALIZER {0}
    #else
    # define LISP_NIL_INITIALIZER 0
    #endif


-- Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]