I checked this in:

2007-03-18  Ben Pfaff  <[EMAIL PROTECTED]>

        * syntax-string-source.c (close): Rename to do_close to avoid
        conflict with POSIX function of the same name.

--- syntax-string-source.c.~1.3.~       2007-02-09 07:06:58.000000000 -0800
+++ syntax-string-source.c      2007-03-18 18:20:28.000000000 -0700
@@ -60,7 +60,7 @@ location (const struct getl_interface *i
 
 
 static void
-close (struct getl_interface *i )
+do_close (struct getl_interface *i )
 {
   struct syntax_string_source *sss = (struct syntax_string_source *) i;
 
@@ -116,7 +116,7 @@ create_syntax_string_source (const char 
   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;


-- 
Only wimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)
        -- Linus Torvalds


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to