tech-userlevel archive

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

Re: Definitions of types also as macros



On Tue, Nov 06, 2018 at 08:11:03AM -0800, John Nemeth wrote:
 > } -#ifndef	int8_t
 > } +#ifndef	_BSD_INT8_T_
 > }  typedef	__int8_t	int8_t;
 > } -#define	int8_t		__int8_t
 > } +#define	_BSD_INT8_T_
 > }  #endif
 > 
 >      What's going to define _BSD_INT8_T_ and friends?

Eh? It does.

 >      To me, this looks smells like some kind of gross hack to work around
 > broken software.

...as opposed to the prior version?

We can do this right once we have version control with rename :-)

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index