1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-25 23:21:26 +03:00

elfgcchack for buf module

This commit is contained in:
Roumen Petrov 2012-09-12 01:32:11 +03:00 committed by Daniel Veillard
parent 54ae471c14
commit 2ff9284325

3
buf.c
View File

@ -1299,3 +1299,6 @@ xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input,
input->end = &buf->content[buf->use];
return(0);
}
#define bottom_buf
#include "elfgcchack.h"