From d661311bdb24f7f926ae9d45e93569e0c5e510a4 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 13 May 2008 16:28:17 -0400 Subject: [PATCH] Add #ifndef to prevent double inclusion of generated header --- tools/c-constants-generator.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/c-constants-generator.xsl b/tools/c-constants-generator.xsl index 39168ce..bbcd8cf 100644 --- a/tools/c-constants-generator.xsl +++ b/tools/c-constants-generator.xsl @@ -289,6 +289,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + #ifndef _ACCESSIBILITY_H_ + #define _ACCESSIBILITY_H_ #ifdef __cplusplus extern "C" { #endif @@ -298,6 +300,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifdef __cplusplus } #endif + #endif -- 2.7.4