aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
-rw-r--r--src/xterm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index cec950b7bc9..7d6eabb4b15 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2966,7 +2966,7 @@ dump_bool_vector (struct dump_context *ctx, const struct Lisp_Vector *v)
2966static dump_off 2966static dump_off
2967dump_subr (struct dump_context *ctx, const struct Lisp_Subr *subr) 2967dump_subr (struct dump_context *ctx, const struct Lisp_Subr *subr)
2968{ 2968{
2969#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_20B7443AD7) 2969#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_EE5F7351CC)
2970# error "Lisp_Subr changed. See CHECK_STRUCTS comment in config.h." 2970# error "Lisp_Subr changed. See CHECK_STRUCTS comment in config.h."
2971#endif 2971#endif
2972 struct Lisp_Subr out; 2972 struct Lisp_Subr out;
diff --git a/src/xterm.c b/src/xterm.c
index 01e3a931ae9..0692abbbb0b 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -15465,7 +15465,7 @@ xt_action_hook (Widget widget, XtPointer client_data, String action_name,
15465 15465
15466 if (scroll_bar_p 15466 if (scroll_bar_p
15467 && strcmp (action_name, end_action) == 0 15467 && strcmp (action_name, end_action) == 0
15468 && WINDOWP (window_being_scrolled)) 15468 && WINDOW_LIVE_P (window_being_scrolled))
15469 { 15469 {
15470 struct window *w; 15470 struct window *w;
15471 struct scroll_bar *bar; 15471 struct scroll_bar *bar;