X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdnoreturn.h;h=8c1814328fc9b6c7a281004b7b9b28f0572f2095;hb=f60269dfbb4671b3bea11d1257de54bef0c9ffef;hp=c425308cefb67319d05572a345c3866391122b51;hpb=0bfd3aa28ccec8c35481fe04d1dc82a0f1f522e6;p=pdclib diff --git a/includes/stdnoreturn.h b/includes/stdnoreturn.h index c425308..8c18143 100644 --- a/includes/stdnoreturn.h +++ b/includes/stdnoreturn.h @@ -1,12 +1,12 @@ -/* _Noreturn - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#ifndef _PDCLIB_STDNORETURN_H -#define _PDCLIB_STDNORETURN_H _PDCLIB_STDNORETURN_H - -#define noreturn _Noreturn - -#endif +/* _Noreturn + + This file is part of the Public Domain C Library (PDCLib). + Permission is granted to use, modify, and / or redistribute at will. +*/ + +#ifndef _PDCLIB_STDNORETURN_H +#define _PDCLIB_STDNORETURN_H _PDCLIB_STDNORETURN_H + +#define noreturn _Noreturn + +#endif