[libdispatch-changes] [206] branches/Lion/testing/func.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 18 21:52:05 PDT 2011


Revision: 206
          http://trac.macosforge.org/projects/libdispatch/changeset/206
Author:   dsteffen at apple.com
Date:     2011-08-18 21:52:05 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
bench needs this

Added Paths:
-----------
    branches/Lion/testing/func.c

Added: branches/Lion/testing/func.c
===================================================================
--- branches/Lion/testing/func.c	                        (rev 0)
+++ branches/Lion/testing/func.c	2011-08-19 04:52:05 UTC (rev 206)
@@ -0,0 +1,29 @@
+/*
+ * Copyright (c) 2008-2009 Apple Inc. All rights reserved.
+ *
+ * @APPLE_APACHE_LICENSE_HEADER_START@
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ * @APPLE_APACHE_LICENSE_HEADER_END@
+ */
+
+extern "C" {
+void
+func(void)
+{
+}
+#ifdef __BLOCKS__
+void (^block)(void) = ^{ };
+#endif
+};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20110818/c5d3bfec/attachment.html>


More information about the libdispatch-changes mailing list