+2026-05-10 Bruno Haible <bruno@clisp.org>
+
+ string-buffer-reversed: Fix comments.
+ * lib/string-buffer-reversed.h: Fix comments and indentation.
+
2026-05-10 Bruno Haible <bruno@clisp.org>
Revisit some -Wuseless-cast changes.
extern "C" {
#endif
-/* ================== Functions in module 'string-buffer' ================== */
+/* ============== Functions in module 'string-buffer-reversed' ============== */
/* Initializes BUFFER to the empty string. */
extern void sbr_init (struct string_buffer_reversed *buffer)
/* Prepends the contents of the memory area S to BUFFER.
Returns 0, or -1 in case of out-of-memory error. */
extern int sbr_prepend_desc (struct string_buffer_reversed *buffer,
- string_desc_t s);
+ string_desc_t s);
/* Prepends the contents of the C string STR to BUFFER.
Returns 0, or -1 in case of out-of-memory error. */
extern int sbr_prepend_c (struct string_buffer_reversed *buffer,
- const char *str);
+ const char *str);
#ifndef SBR_NO_PREPENDF
extern char * sbr_dupfree_c (struct string_buffer_reversed *buffer)
_GL_ATTRIBUTE_RELEASE_CAPABILITY (buffer->data);
-/* ================== Functions in module 'xstring-buffer' ================== */
+/* ============= Functions in module 'xstring-buffer-reversed' ============= */
#if GNULIB_XSTRING_BUFFER_REVERSED