* 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'.
#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;