src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).

This commit is contained in:
Juanma Barranquero
2011-04-15 03:26:32 +02:00
parent 6c60eb9f2c
commit 7990b61a91
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
* process.c (Qprocessp): Don't declare static.
* lisp.h (Qprocessp): Declare again.
2011-04-15 Juanma Barranquero <lekktu@gmail.com>
* font.c (Qopentype): Don't make static (used from w32uniscribe.c).
2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
Improve C-level modularity by making more things 'static'.

View File

@@ -48,7 +48,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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;