mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 22:40:46 -08:00
Fix build with --eanble-checking=all
This commit is contained in:
parent
9aa3e693d1
commit
4a84653b72
2 changed files with 6 additions and 1 deletions
|
|
@ -3159,7 +3159,7 @@ dump_vectorlike (struct dump_context *ctx,
|
|||
Lisp_Object lv,
|
||||
dump_off offset)
|
||||
{
|
||||
#if CHECK_STRUCTS && !defined HASH_pvec_type_EB32C4E83D
|
||||
#if CHECK_STRUCTS && !defined HASH_pvec_type_86BEDC7D5F
|
||||
# error "pvec_type changed. See CHECK_STRUCTS comment in config.h."
|
||||
#endif
|
||||
const struct Lisp_Vector *v = XVECTOR (lv);
|
||||
|
|
|
|||
|
|
@ -34,6 +34,11 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
|
||||
#include "regex-emacs.h"
|
||||
|
||||
#if defined ENABLE_CHECKING && defined HAVE_OPEN_MEMSTREAM
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
|
||||
|
||||
#define REGEXP_CACHE_SIZE 20
|
||||
|
||||
/* If the regexp is non-nil, then the buffer contains the compiled form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue