pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/tex2rtf/files Prevent multiple inclusion to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c3c60668f61
branches:  trunk
changeset: 472304:1c3c60668f61
user:      rh <rh%pkgsrc.org@localhost>
date:      Thu Apr 08 06:46:45 2004 +0000

description:
Prevent multiple inclusion to make this compile with gcc3

diffstat:

 converters/tex2rtf/files/stringmatch.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 07e86e5e710f -r 1c3c60668f61 converters/tex2rtf/files/stringmatch.h
--- a/converters/tex2rtf/files/stringmatch.h    Thu Apr 08 01:15:33 2004 +0000
+++ b/converters/tex2rtf/files/stringmatch.h    Thu Apr 08 06:46:45 2004 +0000
@@ -1,5 +1,8 @@
+#ifndef _STRINGMATCH_H_
+#define _STRINGMATCH_H_
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/filefn.h"
 
 WXDLLEXPORT bool wxStringMatch2(const wxChar *one, const wxChar *two, bool subString = TRUE, bool exact = FALSE);
+#endif // _STRINGMATCH_H_



Home | Main Index | Thread Index | Old Index