Added preprocessor macros to only process this file once.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@24 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dustin Mitchell 1999-10-22 21:46:36 +00:00
commit 1f6e7781bb

View file

@ -26,6 +26,9 @@
#include <ctype.h>
#include <stdarg.h>
#ifndef DOH_H
#define DOH_H
#define DOH_MAJOR_VERSION 0
#define DOH_MINOR_VERSION 1
@ -324,5 +327,4 @@ extern DOH *DohSplit(DOH *input, char *chs, int nsplits);
}
#endif
#endif /* DOH_H */