Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 1996 07:23:32 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/sys cdefs.h
Message-ID:  <199604131423.HAA24996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604131423.HAA24996>