bug-gnulib
[Top][All Lists]
Advanced

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

Re: 0001-glob-simplify-symlink-detection.patch


From: Bruno Haible
Subject: Re: 0001-glob-simplify-symlink-detection.patch
Date: Sat, 02 Sep 2017 12:13:51 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-93-generic; KDE/5.18.0; x86_64; ; )

Hi Paul,

> Use uint_fast8_t not uint8_t, as C99 does not require uint8_t.

Such precautions are not needed, because
  - gnulib for sure will not be ported to architectures where no
    8-bit integer type exists.
  - Whether C99 requires it or not, does not matter here: The 'glob'
    module depends on 'stdint', and the 'stdint' module provides
    uint8_t unconditionally (for several years already).

Bruno




reply via email to

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