acassis commented on code in PR #17929: URL: https://github.com/apache/nuttx/pull/17929#discussion_r2694593846
########## include/sys/types.h: ########## @@ -317,6 +317,8 @@ typedef CODE int (*main_t)(int argc, FAR char *argv[]); /* POSIX-like OS return values: */ +#undef OK Review Comment: Why not to test: ``` #ifdef OK #undef OK #endif ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
