]> pd.if.org Git - pdclib.old/blobdiff - internals/_PDCLIB_int.h
Add nothrow annotations where appropriate
[pdclib.old] / internals / _PDCLIB_int.h
index 4477fc1ddb479333fc693001b3ae3a85937b3b26..af4c03377028477f9213a0bd36abf535acc01ad8 100644 (file)
@@ -441,7 +441,7 @@ extern int _PDCLIB_errno;
 /* A mechanism for delayed evaluation. (Not sure if this is really necessary, so
    no detailed documentation on the "why".)
 */
-int * _PDCLIB_errno_func( void );
+int * _PDCLIB_errno_func( void ) _PDCLIB_nothrow;
 
 /* -------------------------------------------------------------------------- */
 /* <ctype.h> lookup tables                                                    */