From 51d22ccd9f4436ae4f3fb0fe474c277cd47926de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 20 Dec 2004 13:24:26 +0000 Subject: [PATCH] #ifndef forgotten --- mrw/regexp.hpp | 6 ++++++ mrw/tokenizer.hpp | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/mrw/regexp.hpp b/mrw/regexp.hpp index b368973..1926a38 100644 --- a/mrw/regexp.hpp +++ b/mrw/regexp.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.5 2004/12/20 13:21:49 marc + #ifndef forgotten + Revision 1.4 2004/12/20 07:40:36 marc documentation improved, new grouping @@ -23,6 +26,8 @@ */ +#ifndef __MRW__REGEXP_HPP__ +#define __MRW__REGEXP_HPP__ #include #include @@ -149,3 +154,4 @@ namespace mrw { //@} //@} } +#endif diff --git a/mrw/tokenizer.hpp b/mrw/tokenizer.hpp index f974543..6016d03 100644 --- a/mrw/tokenizer.hpp +++ b/mrw/tokenizer.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.3 2004/12/20 13:24:26 marc + #ifndef forgotten + Revision 1.2 2004/12/20 07:40:36 marc documentation improved, new grouping @@ -17,6 +20,8 @@ */ +#ifndef __MRW__TOKENIZER_HPP__ +#define __MRW__TOKENIZER_HPP__ #include #include @@ -175,4 +180,4 @@ namespace mrw { //@} //@} } - +#endif