Skip to content

Commit

Permalink
Stephane Bidoul pointed out that it doesn't define IN_LIBXML Daniel
Browse files Browse the repository at this point in the history
* chvalid.c genChRanges.py: Stephane Bidoul pointed out that
  it doesn't define IN_LIBXML
Daniel
  • Loading branch information
Daniel Veillard committed Oct 22, 2003
1 parent 1e5e438 commit fca7d83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>

* chvalid.c genChRanges.py: Stephane Bidoul pointed out that
it doesn't define IN_LIBXML

Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>

* win32/Makefile.mingw: typo pointed out by Stephane Bidoul
Expand Down
2 changes: 2 additions & 0 deletions chvalid.c
Expand Up @@ -10,6 +10,8 @@
* William Brack <wbrack@mmm.com.hk>
*/

#define IN_LIBXML
#include "libxml.h"
#include <libxml/chvalid.h>

/*
Expand Down
2 changes: 2 additions & 0 deletions genChRanges.py
Expand Up @@ -274,6 +274,8 @@ def makeRange(lst):
* William Brack <wbrack@mmm.com.hk>
*/
#define IN_LIBXML
#include "libxml.h"
#include <libxml/chvalid.h>
/*
Expand Down

0 comments on commit fca7d83

Please sign in to comment.