all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Q about staticvec declaration
@ 2024-03-27  9:38 Gerd Möllmann
  2024-03-27 11:44 ` Mattias Engdegård
  0 siblings, 1 reply; 5+ messages in thread
From: Gerd Möllmann @ 2024-03-27  9:38 UTC (permalink / raw)
  To: emacs-devel

Can someone please explain why staticvec is declared as

  Lisp_Object const *staticvec[NSTATICS]

which is the same as

  const Lisp_Object *staticvec[NSTATICS]

? 



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

end of thread, other threads:[~2024-03-27 13:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-27  9:38 Q about staticvec declaration Gerd Möllmann
2024-03-27 11:44 ` Mattias Engdegård
2024-03-27 12:15   ` Gerd Möllmann
2024-03-27 12:54     ` Mattias Engdegård
2024-03-27 13:03       ` Gerd Möllmann

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.