all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.