emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; dbus


From: Jason Rumney
Subject: Re: 23.0.50; dbus
Date: Mon, 10 Dec 2007 12:47:26 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

William Xu wrote:
> Seems it's defined here: /usr/include/sys/types.h
>
> ,----
> | typedef     unsigned int            uint;           /* Sys V compatibility 
> */
> `----
>   

Right, but the comment in the glibc include suggests that the name is
non-standard, and there only for compatibility:

*#ifdef __USE_MISC*
/* Old compatibility names for C types.  */
*typedef* *unsigned* *long* *int* ulong;
*typedef* *unsigned* *short* *int* ushort;
*typedef* *unsigned* *int* uint;
*#endif*


With other compilers, this definition may not exist, so the code should
be changed.




reply via email to

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