From a8a195c9e722861dac5d9fce282edd9558c797a7 Mon Sep 17 00:00:00 2001 From: Jason Gerlowski Date: Fri, 7 Mar 2014 14:09:57 -0500 Subject: fdo#68849 Add header guards to bridges/* files. Change-Id: I8599908ccf1aba9a0843eb41dc16c21455acc5ba Signed-off-by: Stephan Bergmann --- bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bridges/source/cpp_uno/gcc3_linux_s390x') diff --git a/bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx b/bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx index c2abacb3879c..2828a2927eac 100644 --- a/bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx +++ b/bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx @@ -16,6 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_S390X_SHARE_HXX +#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_S390X_SHARE_HXX #include "uno/mapping.h" @@ -84,4 +86,5 @@ namespace s390x enum s390xlimits { MAX_GPR_REGS = 5, MAX_SSE_REGS = 4 }; } +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit