unofficial mirror of emacs-devel@gnu.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 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).