summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/gcc/unwind/generic.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/libdruntime/gcc/unwind/generic.d')
-rw-r--r--libphobos/libdruntime/gcc/unwind/generic.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/libdruntime/gcc/unwind/generic.d b/libphobos/libdruntime/gcc/unwind/generic.d
index 5315739f82f..592b3afcb71 100644
--- a/libphobos/libdruntime/gcc/unwind/generic.d
+++ b/libphobos/libdruntime/gcc/unwind/generic.d
@@ -269,6 +269,6 @@ version (GNU_SEH_Exceptions)
ExceptionCollidedUnwind
}
- extern(C) EXCEPTION_DISPOSITION _GCC_specific_handler(void*, void*, void*,
+ extern(C) EXCEPTION_DISPOSITION _GCC_specific_handler(void*, void*, void*, void*,
_Unwind_Personality_Fn);
}