bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit b3fe1621d3eef38dfd2c6bca46f66ae16fca140f Author: seyoufi22 <[email protected]> AuthorDate: Mon Nov 24 21:40:45 2025 +0200 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Tue Nov 25 17:30:21 2025 +0100 tdf#143148 Replace include guards with pragma once Change-Id: I12f863c2248d57cac6c0a750b3eda157af7bb325 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194481 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> Code-Style: Ilmari Lauhakangas <[email protected]> diff --git a/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h b/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h index aa35a5bc75e6..762053062259 100644 --- a/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h +++ b/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h @@ -30,8 +30,7 @@ // This is derived from the C++ ABI for IA-64. Where we diverge // for cross-architecture compatibility are noted with "@@@". -#ifndef _UNWIND_CXX_H -#define _UNWIND_CXX_H 1 +#pragma once // Level 2: C++ ABI @@ -281,5 +280,3 @@ __gxx_caught_object(_Unwind_Exception* eo) } /* namespace __cxxabiv1 */ #pragma GCC visibility pop - -#endif // _UNWIND_CXX_H
