From 9183d701c22bd51549ff71c06a7aa2c1f1441f36 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 5 Oct 2005 12:03:59 +0000 Subject: [PATCH] changed header include protectors git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1157 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sope-xml/SaxObjC/common.h b/sope-xml/SaxObjC/common.h index 4b75ccf3..8cfc42ce 100644 --- a/sope-xml/SaxObjC/common.h +++ b/sope-xml/SaxObjC/common.h @@ -19,8 +19,8 @@ 02111-1307, USA. */ -#ifndef __common_H__ -#define __common_H__ +#ifndef __SaxObjC_common_H__ +#define __SaxObjC_common_H__ #import @@ -33,4 +33,4 @@ object = __value;}}) #endif -#endif /* __common_H__ */ +#endif /* __SaxObjC_common_H__ */ -- 2.39.5