summaryrefslogtreecommitdiff
path: root/editors/emacs21/patches/patch-av
blob: aaf2ff6971108c24b9ddb245b552c4356ad27df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-av,v 1.2 2016/05/03 09:41:20 wiz Exp $

--- src/dispnew.c.orig	2002-03-31 17:08:22.000000000 +0000
+++ src/dispnew.c
@@ -1256,7 +1256,7 @@ swap_glyph_pointers (a, b)
 /* Copy glyph row structure FROM to glyph row structure TO, except
    that glyph pointers in the structures are left unchanged.  */
 
-INLINE void
+static INLINE void
 copy_row_except_pointers (to, from)
      struct glyph_row *to, *from;
 {
@@ -5820,9 +5820,6 @@ window_change_signal (signalnum) /* If w
      int signalnum;		/* some compilers complain in signal calls.  */
 {
   int width, height;
-#ifndef USE_CRT_DLL
-  extern int errno;
-#endif
   int old_errno = errno;
 
   get_frame_size (&width, &height);