• Paul Eggert's avatar
    Simplify init_module_assertions · ef66660c
    Paul Eggert authored
    * src/emacs-module.c (init_module_assertions): Just use NULL
    instead of allocating a dummy on the stack and then using
    eassert.  Practical platforms check for null pointer
    dereferencing nowadays, so this is good enough.
    ef66660c
emacs-module.c 40.1 KB