[uClibc-cvs] uClibc/include stdlib.h,1.41,1.42

Manuel Novoa III mjn3 at uclibc.org
Fri Sep 5 06:20:12 UTC 2003


Update of /var/cvs/uClibc/include
In directory winder:/tmp/cvs-serv7425

Modified Files:
	stdlib.h 
Log Message:
Move an #endif that was in the wrong place.


Index: stdlib.h
===================================================================
RCS file: /var/cvs/uClibc/include/stdlib.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- stdlib.h	24 Aug 2003 03:49:06 -0000	1.41
+++ stdlib.h	5 Sep 2003 06:20:05 -0000	1.42
@@ -162,7 +162,6 @@
      __THROW __attribute_pure__;
 __END_NAMESPACE_C99
 #endif
-#endif /* __UCLIBC_HAS_FLOATS__ */
 
 #ifdef __UCLIBC_HAS_FLOATS__
 __BEGIN_NAMESPACE_STD
@@ -181,6 +180,7 @@
 			    char **__restrict __endptr) __THROW;
 __END_NAMESPACE_C99
 #endif
+#endif /* __UCLIBC_HAS_FLOATS__ */
 
 __BEGIN_NAMESPACE_STD
 /* Convert a string to a long integer.  */




More information about the uClibc-cvs mailing list