emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r114447: Some minor cleanups of recently-added b


From: Daniel Colascione
Subject: Re: [Emacs-diffs] trunk r114447: Some minor cleanups of recently-added bool vector code.
Date: Tue, 24 Sep 2013 04:37:15 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On 9/23/13 9:28 PM, Paul Eggert wrote:
>   (size_t_to_host_endian): Now static, not static inline;
>   the latter isn't needed with modern compilers and doesn't
>   work with older compilers anyway.

gcc 4.2.1, frequently the system compiler for OS X, will inline these
functions if they are marked "static inline", but not if they're just
marked "static". I don't think we should be removing annotations that
help compilers that see common use.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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