mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fixes a misplaced #endif Daniel
* include/libxml/parserInternals.h: fixes a misplaced #endif Daniel
This commit is contained in:
parent
d54fa3ef3c
commit
7839e16128
@ -1,3 +1,7 @@
|
||||
Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* include/libxml/parserInternals.h: fixes a misplaced #endif
|
||||
|
||||
Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* parser.c valid.c: found and fixed a couple of allocation bugs
|
||||
|
@ -394,6 +394,7 @@ void xmlParserInputShrink (xmlParserInputPtr in);
|
||||
void htmlInitAutoClose (void);
|
||||
htmlParserCtxtPtr htmlCreateFileParserCtxt(const char *filename,
|
||||
const char *encoding);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Specific function to keep track of entities references
|
||||
@ -415,7 +416,6 @@ typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent,
|
||||
void xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);
|
||||
|
||||
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user