From: "Mattias Engdegård" <mattias.engdegard@gmail.com>
To: "Gerd Möllmann" <gerd.moellmann@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Q about staticvec declaration
Date: Wed, 27 Mar 2024 12:44:28 +0100 [thread overview]
Message-ID: <06146E97-A917-4645-B29F-5E26E58A2B7F@gmail.com> (raw)
In-Reply-To: <m2plvgovzh.fsf@Pro.fritz.box>
27 mars 2024 kl. 10.38 skrev Gerd Möllmann <gerd.moellmann@gmail.com>:
> Can someone please explain why staticvec is declared as
>
> Lisp_Object const *staticvec[NSTATICS]
>
> which is the same as
>
> const Lisp_Object *staticvec[NSTATICS]
That's just a matter of individual handwriting, there's nothing more to it.
I think we can tolerate either.
next prev parent reply other threads:[~2024-03-27 11:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-27 9:38 Q about staticvec declaration Gerd Möllmann
2024-03-27 11:44 ` Mattias Engdegård [this message]
2024-03-27 12:15 ` Gerd Möllmann
2024-03-27 12:54 ` Mattias Engdegård
2024-03-27 13:03 ` Gerd Möllmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=06146E97-A917-4645-B29F-5E26E58A2B7F@gmail.com \
--to=mattias.engdegard@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=gerd.moellmann@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.