[libdispatch-changes] [51] trunk/compat

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 3 07:12:07 PDT 2009


Revision: 51
          http://trac.macosforge.org/projects/libdispatch/changeset/51
Author:   robert at fledge.watson.org
Date:     2009-10-03 07:12:04 -0700 (Sat, 03 Oct 2009)
Log Message:
-----------
Use head guard names that are less likely to collide with OS-local guards.

Modified Paths:
--------------
    trunk/compat/malloc_zone.h
    trunk/compat/private_extern.h

Modified: trunk/compat/malloc_zone.h
===================================================================
--- trunk/compat/malloc_zone.h	2009-10-03 13:31:32 UTC (rev 50)
+++ trunk/compat/malloc_zone.h	2009-10-03 14:12:04 UTC (rev 51)
@@ -18,8 +18,8 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
-#ifndef __MALLOC_ZONE_H__
-#define __MALLOC_ZONE_H__
+#ifndef __COMPAT_MALLOC_ZONE_H__
+#define __COMPAT_MALLOC_ZONE_H__
 
 #include <sys/types.h>
 
@@ -103,4 +103,4 @@
 	/* No-op. */
 }
 
-#endif /* __MALLOC_ZONE_H__ */
+#endif /* __COMPAT_MALLOC_ZONE_H__ */

Modified: trunk/compat/private_extern.h
===================================================================
--- trunk/compat/private_extern.h	2009-10-03 13:31:32 UTC (rev 50)
+++ trunk/compat/private_extern.h	2009-10-03 14:12:04 UTC (rev 51)
@@ -18,9 +18,9 @@
  * @APPLE_APACHE_LICENSE_HEADER_END@
  */
 
-#ifndef __APPLE_H__
-#define __APPLE_H__
+#ifndef __COMPAT_PRIVATE_EXTERN_H__
+#define __COMPAT_PRIVATE_EXTERN_H__
 
 #define	__private_extern__	extern
 
-#endif /* __APPLE_H__ */
+#endif /* __COMPAT_PRIVATE_EXTERN_H__ */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091003/a422b080/attachment.html>


More information about the libdispatch-changes mailing list