emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master e44ff2d 2/3: Remove assumption of uint64_t etc.


From: Daniel Colascione
Subject: Re: [Emacs-diffs] master e44ff2d 2/3: Remove assumption of uint64_t etc. in portable code
Date: Wed, 10 Apr 2019 12:00:35 -0700
User-agent: SquirrelMail/1.4.23 [SVN]

> branch: master
> commit e44ff2de819ead77b00c7fb4ede75ada685ff099
> Author: Paul Eggert <address@hidden>
> Commit: Paul Eggert <address@hidden>
>
>     Remove assumption of uint64_t etc. in portable code

This is portability theater. What actual platform doesn't provide an
int64_t and other stdint types? This change makes Emacs worse just to fix
a a theoretical problem. It's perfectly fine to rely on things that are
ubiquitous.




reply via email to

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