emacs-devel
[Top][All Lists]
Advanced

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

globals.h


From: Stefan Monnier
Subject: globals.h
Date: Wed, 26 Jan 2011 14:02:11 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

The new globals.h is inconvenient as it is: adding o removing a global
variable is kind of a pain.  Could someone change it so that globals.h
is auto-generated, based on macro calls in the C files like:

GLOBAL_VAR(Lisp_Object, Vfoo);

which would get expanded to nothing, but would tell the scripot about
the new Vfoo global var.


        Stefan



reply via email to

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