CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2018/10/05 07:35:41
Modified files: sys/sys : cdefs.h Log message: Garbage-collect the now unused __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. This usage will not come back. ok deraadt@