emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] trunk r114850: * insdel.c: Fix minor problems found by


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r114850: * insdel.c: Fix minor problems found by static checking.
Date: Tue, 29 Oct 2013 18:50:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>   * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]