unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* globals.h
@ 2011-01-26 19:02 Stefan Monnier
  2011-01-26 22:00 ` globals.h Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2011-01-26 19:02 UTC (permalink / raw)
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-27  3:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26 19:02 globals.h Stefan Monnier
2011-01-26 22:00 ` globals.h Tom Tromey
2011-01-26 22:14   ` globals.h Andreas Schwab
2011-01-27  3:53   ` globals.h 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).