diff options
Diffstat (limited to 'compiler-rt/lib/BlocksRuntime')
| -rw-r--r-- | compiler-rt/lib/BlocksRuntime/Block.h | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/BlocksRuntime/Block_private.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/BlocksRuntime/Block.h b/compiler-rt/lib/BlocksRuntime/Block.h index 55cdd01a912..e6cb142fd75 100644 --- a/compiler-rt/lib/BlocksRuntime/Block.h +++ b/compiler-rt/lib/BlocksRuntime/Block.h @@ -27,7 +27,7 @@ #if !defined(BLOCK_EXPORT) # if defined(__cplusplus) -# define BLOCK_EXPORT extern "C" +# define BLOCK_EXPORT extern "C" # else # define BLOCK_EXPORT extern # endif diff --git a/compiler-rt/lib/BlocksRuntime/Block_private.h b/compiler-rt/lib/BlocksRuntime/Block_private.h index 8ae821815eb..91d8d8a9850 100644 --- a/compiler-rt/lib/BlocksRuntime/Block_private.h +++ b/compiler-rt/lib/BlocksRuntime/Block_private.h @@ -27,7 +27,7 @@ #if !defined(BLOCK_EXPORT) # if defined(__cplusplus) -# define BLOCK_EXPORT extern "C" +# define BLOCK_EXPORT extern "C" # else # define BLOCK_EXPORT extern # endif |

