At 03:42 PM 5/19/2006, Osor wrote:

>-#if !defined( WIN32) || defined(__UCLIBC__) /* not needed on win32 */
>+#if !(defined( WIN32) || defined(__UCLIBC__)) /* not on win32 or uClibc */
> extern int fputc(int, FILE *);
> #endif
> 

Thanks, I have put the change in cvs, should be in CMake 2.4.3.


Checking for path: /cvsroot/CMake/CMake/Utilities/cmcurl
Unrestricted user: hoffman
/cvsroot/CMake/CMake/Utilities/cmcurl/mprintf.c,v  <--  mprintf.c
new revision: 1.4; previous revision: 1.3

-Bill

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to