]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_glue.h
Enable building PDCLib with Watcom. This was surprisingly painless: their C99 mode...
[pdclib] / internals / _PDCLIB_glue.h
index 09f47b7852581cf725ce68480ced2bc264f878f8..d49cc114338273c0c4c9ce6681ea9334660029c6 100644 (file)
@@ -25,7 +25,7 @@ _PDCLIB_BEGIN_EXTERN_C
 /* A system call that terminates the calling process, returning a given status
    to the environment.
 */
-void _PDCLIB_Exit( int status ) _PDCLIB_NORETURN;
+_PDCLIB_noreturn void _PDCLIB_Exit( int status );
 
 /* A system call which allocates n pages of memory and returns a pointer to 
    them. On failure, returns NULL