From owner-cvs-sys Sat Apr 13 07:24:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA25030 for cvs-sys-outgoing; Sat, 13 Apr 1996 07:24:00 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA24996 Sat, 13 Apr 1996 07:23:32 -0700 (PDT) Date: Sat, 13 Apr 1996 07:23:32 -0700 (PDT) From: Bruce Evans Message-Id: <199604131423.HAA24996@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 07:23:31 Modified: sys/sys cdefs.h Log: Changed `noreturn' to `__noreturn__' so that all headers don't break if an application #defines `noreturn'. Changed one instance of `const' similarly. This is less like to be a problem since applications shouldn't #define `const', and the common hack of #defining `const' as nothing gives harmless (?) null attributes instead of syntax errors. Fixed comments on #endifs to match code. Revision Changes Path 1.10 +4 -4 src/sys/sys/cdefs.h