+2007-03-16 Bruno Haible <bruno@clisp.org>
+
+ * lib/html-ostream.oo.c (html_ostream_create): Update after signature
+ of gl_list_create_empty changed.
+
2007-03-04 Bruno Haible <bruno@clisp.org>
* lib/propername.c (proper_name, proper_name_utf8): Use mbsstr instead
/* Output stream that produces HTML output.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software; you can redistribute it and/or modify
stream->base.vtable = &html_ostream_vtable;
stream->destination = destination;
- stream->class_stack = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, true);
+ stream->class_stack =
+ gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, true);
stream->curr_class_stack_size = 0;
stream->last_class_stack_size = 0;
stream->buflen = 0;