bug-libunistring
[Top][All Lists]
Advanced

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

[bug-libunistring] lib/stdint.mini.h -- bug?


From: Ben Pfaff
Subject: [bug-libunistring] lib/stdint.mini.h -- bug?
Date: Tue, 01 Jun 2010 12:21:37 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

In studying lib/stdint.mini.h in libunistring 0.93., so that I
could do something similar in a program of mine, I noticed
something odd.  Following this comment:

        /* 7.18.1.1. Exact-width integer types */

this file has similar stanzas for 8-, 16-, and 32-bit types, but
then it #undefs macros for 8-, 32-, and 64-bit types.  Based on
symmetry, this makes me think that there should be an #undef for
a 16-bit macro, and possibly not for a 64-bit macro.

Also, I guess that the file doesn't have 64-bit definitions
because libunistring doesn't need them yet and they would require
additional tests?
-- 
Ben Pfaff 
http://benpfaff.org



reply via email to

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