diff options
Diffstat (limited to 'dev/LibC++/lc_runtime.h')
| -rw-r--r-- | dev/LibC++/lc_runtime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibC++/lc_runtime.h b/dev/LibC++/lc_runtime.h index c98fefe..ce9151e 100644 --- a/dev/LibC++/lc_runtime.h +++ b/dev/LibC++/lc_runtime.h @@ -6,8 +6,8 @@ #pragma once -#ifdef __cplusplus +#ifdef __LIBCOMPILER__ -extern "C" void __cxx_libcompiler_unreachable(void); +extern "C" void __libcompiler_unreachable(void); #endif
\ No newline at end of file |
