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: Paul Eggert
Subject: Re: Emacs rewrite in a maintainable language
Date: Tue, 13 Oct 2015 08:32:46 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Oleh Krehel wrote:
I'd like to switch all const
pointers to a single "const char *" style.

Let's not. It's more consistent to put 'const' after the type it modifies, and if we're going to have a "standard" style, that's the one we should have. But really, we have better things to do.

(I assume we can all agree, though, to avoid 'int const long'. :-)



reply via email to

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