You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/20 15:09:18 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1221: examples/noteprintf: Change CONFIG_LIBC_LONG_LONG to CONFIG_HAVE_LONG_LONG

pkarashchenko commented on code in PR #1221:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1221#discussion_r925727090


##########
examples/noteprintf/noteprintf_main.c:
##########
@@ -59,7 +59,7 @@ int main(int argc, FAR char *argv[])
   short s        = 2;
   int i          = 3;
   long l         = 4;
-#ifdef CONFIG_LIBC_LONG_LONG
+#ifdef CONFIG_HAVE_LONG_LONG

Review Comment:
   @xiaoxiang781216 is this still a valid change?
   Should line 87 be wrapped?



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org