/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* bos72X src/bos/usr/include/stdnoreturn.h 1.2 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 2012,2021 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)96 1.2 src/bos/usr/include/stdnoreturn.h, libcmem, bos72X, x2021_25A9 6/4/21 03:16:05 */ /**********************************************************************/ /* */ /* Licensed Materials - Property of IBM. */ /* IBM XL C for AIX, V12.0 (technology preview) */ /* Copyright IBM Corp. 2011. */ /* All Rights Reserved. */ /* US Government Users Restricted Rights - */ /* Use, duplication or disclosure restricted by */ /* GSA ADP Schedule Contract with IBM Corp. */ /* */ /**********************************************************************/ #ifndef _STDNORETURN_H_ #define _STDNORETURN_H_ #ifndef __cplusplus #undef noreturn #define noreturn _Noreturn #endif #endif