From 1b95fec601a3d006ba6b99e1dea3f61c3c8318fc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 13 Dec 2013 20:16:52 +0000 Subject: Various changes which modify API and ABI: - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match. --- test/lex-auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lex-auto.c') diff --git a/test/lex-auto.c b/test/lex-auto.c index 62479a4..6b22f6f 100644 --- a/test/lex-auto.c +++ b/test/lex-auto.c @@ -277,7 +277,7 @@ void run_test(const uint8_t *data, size_t len, exp_entry *exp, size_t explen) css__charset_extract, myrealloc, NULL, &input) == PARSERUTILS_OK); - assert(css__lexer_create(input, myrealloc, NULL, &lexer) == CSS_OK); + assert(css__lexer_create(input, &lexer) == CSS_OK); assert(parserutils_inputstream_append(input, data, len) == PARSERUTILS_OK); -- cgit v1.2.3