unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] trunk r114850: * insdel.c: Fix minor problems found by static checking.
       [not found] <E1VbEDq-0005rZ-F4@vcs.savannah.gnu.org>
@ 2013-10-29 22:50 ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2013-10-29 22:50 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

>   * insdel.c: Fix minor problems found by static checking.
>   (Qregion_extract_function): Now static.

BTW, the problem here is not that the var was declared non-static, but
that the var needs to be declared.  Instead, all the DEFSYM should be
used to auto-generate the declarations of Q<foo> in globals.h.


        Stefan



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

only message in thread, other threads:[~2013-10-29 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1VbEDq-0005rZ-F4@vcs.savannah.gnu.org>
2013-10-29 22:50 ` [Emacs-diffs] trunk r114850: * insdel.c: Fix minor problems found by static checking Stefan Monnier

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).