From 7c01b64f75deca6b18df2e3930144be4128b3e98 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Fri, 20 Jun 2003 22:08:53 +0000 Subject: added the cr_term_parse_expression_from_buf() function. this is new and 2003-06-20 Dodji Seketeli * src/parser/cr-term.[ch]: added the cr_term_parse_expression_from_buf() function. this is new and still needs to be tested. * src/parser/cr-parser.[hc]: made cr_parser_parse_expr() public. * src/parser/cr-declaration.[ch]: changed cr_declaration_parse() into cr_declaration_parse_parse_from_buf(). Dodji. --- tests/test4-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test4-main.c b/tests/test4-main.c index 4dc7ca4..3733ad5 100644 --- a/tests/test4-main.c +++ b/tests/test4-main.c @@ -152,8 +152,8 @@ test_cr_declaration_parse (void) guchar * tmp_str = NULL ; CRDeclaration * decl = NULL ; - decl = cr_declaration_parse (NULL, gv_decl_buf, - CR_UTF_8) ; + decl = cr_declaration_parse_from_buf (NULL, gv_decl_buf, + CR_UTF_8) ; tmp_str = cr_declaration_to_string (decl, 2) ; if (decl) -- cgit v1.2.1