diff options
Diffstat (limited to 'src/gevent/gevent_options.h')
-rw-r--r-- | src/gevent/gevent_options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gevent/gevent_options.h b/src/gevent/gevent_options.h index 7f68fd32..192cf725 100644 --- a/src/gevent/gevent_options.h +++ b/src/gevent/gevent_options.h @@ -22,12 +22,12 @@ */ /** * @brief Should routines assert() if they run out of resources. - * @details Defaults to FALSE. - * @details If FALSE the application must be prepared to handle these + * @details Defaults to GFXOFF. + * @details If GFXOFF the application must be prepared to handle these * failures. */ #ifndef GEVENT_ASSERT_NO_RESOURCE - #define GEVENT_ASSERT_NO_RESOURCE FALSE + #define GEVENT_ASSERT_NO_RESOURCE GFXOFF #endif /** * @} |