+2007-03-18 Ben Pfaff <blp@gnu.org>
+
+ * syntax-string-source.c (close): Rename to do_close to avoid
+ conflict with POSIX function of the same name.
+
Thu Feb 8 15:04:42 2007 Ben Pfaff <blp@gnu.org>
Reduce platform dependence.
static void
-close (struct getl_interface *i )
+do_close (struct getl_interface *i )
{
struct syntax_string_source *sss = (struct syntax_string_source *) i;
va_end (args);
sss->parent.interactive = always_false;
- sss->parent.close = close;
+ sss->parent.close = do_close;
sss->parent.read = read_single_line;
sss->parent.name = name;