emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs rewrite in a maintainable language


From: Alan Mackenzie
Subject: Re: Emacs rewrite in a maintainable language
Date: Tue, 13 Oct 2015 11:46:30 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

Hello, Oleh.

On Tue, Oct 13, 2015 at 01:27:49PM +0200, Oleh Krehel wrote:

> May I ask if there's a reason to not have a single style for const
> pointers? I get 2162 occurrences of "const char *", and 357 occurrences
> of "char const *" in the C sources.

Yes there is.  The two are semantically different.  In one of them, it is
the pointer which is declared constant.  In the other, it's what's
pointed at that's constant.  Though I can never remember which is which.
:-(

>     Oleh

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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