+2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * win32-termcap.c (tputs): Return 0.
+
2006-02-21 Mark Kettenis <kettenis@gnu.org>
* configure.ac: Introduce ---enable-werror, which adds -Werror to
/* Win32 termcap emulation.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC.
{
while (*string)
outfun (*string++);
+
+ return 0;
}
char *
/* Win32 termcap emulation.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC.
{
while (*string)
outfun (*string++);
+
+ return 0;
}
char *