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:
parent
0db00305af
commit
1f6e7781bb
1 changed files with 4 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue