]> granicus.if.org Git - curl/commitdiff
TODO: indent code to make it render properly
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Oct 2016 12:03:08 +0000 (14:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Oct 2016 12:03:08 +0000 (14:03 +0200)
docs/TODO

index 156db7c51a55707a366d802e2252bceecf8f4567..551a1365982a91bb744ec8e5c6df18b9018a0de1 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  Your curl/curl.h alternative could then look like (replace with suitable CPP
  variable to check):
 
- #ifdef ARCH_32bit
- #include <curl32/curl.h>
- #else /* ARCH_64bit  */
- #include <curl64/curl.h>
- #endif
    #ifdef ARCH_32bit
    #include <curl32/curl.h>
    #else /* ARCH_64bit  */
    #include <curl64/curl.h>
    #endif
 
  A fix would either (A) fix the 32/64 setup automatically or even better (B)
  work away the architecture specific defines from the headers so that they can