diff options
| author | Philipp Stephani | 2020-01-13 00:17:35 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2020-01-13 00:17:35 +0100 |
| commit | 6100f9a19e9d8d8e688ad8bbec2233bd6782cbde (patch) | |
| tree | 28d3afdfb55094892f3591048506bbf2735afb68 /src | |
| parent | 3252f3149673bbd6919d5d9a5a672e2f3730741d (diff) | |
| download | emacs-6100f9a19e9d8d8e688ad8bbec2233bd6782cbde.tar.gz emacs-6100f9a19e9d8d8e688ad8bbec2233bd6782cbde.zip | |
* src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590c
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdumper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index 3ee11460405..0039f1a9ed8 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2961,7 +2961,7 @@ dump_vectorlike (struct dump_context *ctx, | |||
| 2961 | Lisp_Object lv, | 2961 | Lisp_Object lv, |
| 2962 | dump_off offset) | 2962 | dump_off offset) |
| 2963 | { | 2963 | { |
| 2964 | #if CHECK_STRUCTS && !defined HASH_pvec_type_E55BD36F8E | 2964 | #if CHECK_STRUCTS && !defined HASH_pvec_type_A4A6E9984D |
| 2965 | # error "pvec_type changed. See CHECK_STRUCTS comment in config.h." | 2965 | # error "pvec_type changed. See CHECK_STRUCTS comment in config.h." |
| 2966 | #endif | 2966 | #endif |
| 2967 | const struct Lisp_Vector *v = XVECTOR (lv); | 2967 | const struct Lisp_Vector *v = XVECTOR (lv); |