Speed up make_lisp_symbol when debugging
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jan 2024 00:52:31 +0000 (16:52 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Jan 2024 01:28:53 +0000 (17:28 -0800)
commitbdcd662a21f4c4265f704b69deb9cf277a663ea7
treeab8078c73e57e8b0576bd94886ed2fb7d572ffe8
parentcf26f573162130fed73c6e5603cb58e158903add
Speed up make_lisp_symbol when debugging

* src/lisp.h (make_lisp_symbol): In eassert use XBARE_SYMBOL
rather than XSYMBOL.  This is safe because the symbol must be
bare.  The change speeds up make_lisp_symbol when debugging.
src/lisp.h