[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.28 1.29 mprintf.c 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 17 15:15:55 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv31840/Utilities/cmcurl

Modified Files:
	CMakeLists.txt mprintf.c 
Log Message:
cmcurl: Remove unused SIZEOF_LONG_DOUBLE


Index: mprintf.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/mprintf.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** mprintf.c	15 Mar 2007 19:22:13 -0000	1.5
--- mprintf.c	17 Dec 2009 20:15:53 -0000	1.6
***************
*** 45,52 ****
  #include <curl/mprintf.h>
  
- #ifndef SIZEOF_LONG_DOUBLE
- #define SIZEOF_LONG_DOUBLE 0
- #endif
- 
  #ifndef SIZEOF_SIZE_T
  /* default to 4 bytes for size_t unless defined in the config.h */
--- 45,48 ----

Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMakeLists.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -C 2 -d -r1.28 -r1.29
*** CMakeLists.txt	15 Dec 2009 19:32:39 -0000	1.28
--- CMakeLists.txt	17 Dec 2009 20:15:53 -0000	1.29
***************
*** 329,333 ****
  CHECK_TYPE_SIZE("long"  SIZEOF_LONG)
  CHECK_TYPE_SIZE("__int64"  SIZEOF___INT64)
- CHECK_TYPE_SIZE("long double"  SIZEOF_LONG_DOUBLE)
  CHECK_TYPE_SIZE("time_t"  SIZEOF_TIME_T)
  IF(NOT HAVE_SIZEOF_SSIZE_T)
--- 329,332 ----



More information about the Cmake-commits mailing list