unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103913: Improve C-level modularity by making more things 'static'.
       [not found] <E1QAWix-0006tt-Al@colonialone.fsf.org>
@ 2011-04-15  1:28 ` Juanma Barranquero
  0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2011-04-15  1:28 UTC (permalink / raw)
  To: Paul Eggert; +Cc: Emacs developers

On Fri, Apr 15, 2011 at 01:19, Paul Eggert <eggert@cs.ucla.edu> wrote:

> -Lisp_Object Qopentype;
> +static Lisp_Object Qopentype;

This breaks compilation on Windows, because Qopentype is used from
w32uniscribe, so I have reverted this bit.

I've opted not to add Qopentype to font.h and remove the external
declaration from w32uniscribe.c because it is its only use; feel free
to change it to suit your tastes.

    Juanma



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-15  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1QAWix-0006tt-Al@colonialone.fsf.org>
2011-04-15  1:28 ` [Emacs-diffs] /srv/bzr/emacs/trunk r103913: Improve C-level modularity by making more things 'static' Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).