+2003-03-16 Bruno Haible <bruno@clisp.org>
+
+ * str-list.h (string_list_join): Comment out.
+ * str-list.c (string_list_join): Comment out.
+
2003-03-10 Bruno Haible <bruno@clisp.org>
* msggrep.c (no_pass): Mention option -C.
/* GNU gettext - internationalization aids
- Copyright (C) 1995, 1998, 2000-2002 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1998, 2000-2003 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
}
+#if 0 /* unused */
/* Return a freshly allocated string obtained by concatenating all the
strings in the list, separated by spaces. */
char *
result[pos] = '\0';
return result;
}
+#endif
/* Return 1 if s is contained in the list of strings, 0 otherwise. */
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1996, 1998, 2000-2002 Free Software Foundation, Inc.
+ Copyright (C) 1995-1996, 1998, 2000-2003 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
strings in the list, and destroy the list. */
extern char *string_list_concat_destroy (string_list_ty *slp);
+#if 0 /* unused */
/* Return a freshly allocated string obtained by concatenating all the
strings in the list, separated by spaces. */
extern char *string_list_join (const string_list_ty *slp);
+#endif
/* Return 1 if s is contained in the list of strings, 0 otherwise. */
extern bool string_list_member (const string_list_ty *slp, const char *s);