emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103915: src/font.c (Qopentype): Don'


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103915: src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
Date: Fri, 15 Apr 2011 03:26:32 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103915
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2011-04-15 03:26:32 +0200
message:
  src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
modified:
  src/ChangeLog
  src/font.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-04-15 00:58:49 +0000
+++ b/src/ChangeLog     2011-04-15 01:26:32 +0000
@@ -3,6 +3,10 @@
        * process.c (Qprocessp): Don't declare static.
        * lisp.h (Qprocessp): Declare again.
 
+2011-04-15  Juanma Barranquero  <address@hidden>
+
+       * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
+
 2011-04-14  Paul Eggert  <address@hidden>
 
        Improve C-level modularity by making more things 'static'.

=== modified file 'src/font.c'
--- a/src/font.c        2011-04-14 05:04:02 +0000
+++ b/src/font.c        2011-04-15 01:26:32 +0000
@@ -48,7 +48,7 @@
 #include "nsterm.h"
 #endif /* HAVE_NS */
 
-static Lisp_Object Qopentype;
+Lisp_Object Qopentype;
 
 /* Important character set strings.  */
 Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]