summaryrefslogtreecommitdiffstats
path: root/src/ccapi/lib/ccapi_ccache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccapi/lib/ccapi_ccache.c')
-rw-r--r--src/ccapi/lib/ccapi_ccache.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ccapi/lib/ccapi_ccache.c b/src/ccapi/lib/ccapi_ccache.c
index b2ea37a1d4..f168c0a328 100644
--- a/src/ccapi/lib/ccapi_ccache.c
+++ b/src/ccapi/lib/ccapi_ccache.c
@@ -1,7 +1,7 @@
/*
* $Header$
*
- * Copyright 2006 Massachusetts Institute of Technology.
+ * Copyright 2006, 2007 Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
@@ -140,7 +140,9 @@ cc_int32 cci_ccache_write (cc_ccache_t in_ccache,
return cci_check_error (err);
}
+#ifdef TARGET_OS_MAC
#pragma mark -
+#endif
/* ------------------------------------------------------------------------ */