aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macfont.m3
-rw-r--r--src/nsterm.m1
2 files changed, 1 insertions, 3 deletions
diff --git a/src/macfont.m b/src/macfont.m
index be8153390d2..4d310e47aec 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -2536,8 +2536,7 @@ macfont_open (struct frame * f, Lisp_Object entity, int pixel_size)
2536 int size; 2536 int size;
2537 CTFontRef macfont; 2537 CTFontRef macfont;
2538 CTFontSymbolicTraits sym_traits; 2538 CTFontSymbolicTraits sym_traits;
2539 char name[256]; 2539 int i, total_width;
2540 int len, i, total_width;
2541 CGGlyph glyph; 2540 CGGlyph glyph;
2542 CGFloat ascent, descent, leading; 2541 CGFloat ascent, descent, leading;
2543 2542
diff --git a/src/nsterm.m b/src/nsterm.m
index 8b0c3cf249e..6e138b7eb6c 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -4247,7 +4247,6 @@ ns_read_socket (struct terminal *terminal, struct input_event *hold_quit)
4247 } 4247 }
4248 else 4248 else
4249 { 4249 {
4250 ptrdiff_t specpdl_count = SPECPDL_INDEX ();
4251 /* Run and wait for events. We must always send one NX_APPDEFINED event 4250 /* Run and wait for events. We must always send one NX_APPDEFINED event
4252 to ourself, otherwise [NXApp run] will never exit. */ 4251 to ourself, otherwise [NXApp run] will never exit. */
4253 send_appdefined = YES; 4252 send_appdefined = YES;