Re: Garbage-collect the __statement() macro
ith this single consumer gone, we can garbage-collect the __statement() > macro itself. I don't think this usage will come back. > > OK? > > Index: sys/sys/cdefs.h > === > RCS file: /cvs/src/sys/sys/cdefs.h,
Garbage-collect the __statement() macro
The sys/arch/*/include/endian.h headers were the only place in the whole source tree that used __statement(), and they did so to mark statement expressions, which are a GNU extension. With this single consumer gone, we can garbage-collect the __statement() macro itself. I don't think this