+2009-08-27 Bruno Haible <bruno@clisp.org>
+
+ Fix link error on Solaris.
+ * tests/test-parse-duration.c (xstrdup): Remove function.
+
2009-08-26 Pádraig Brady <P@draigbrady.com>
ignore-value: handle pointer types, too
/* Test of parsing durations.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008-2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include "parse-duration.h"
-char *
-xstrdup(char const * p)
-{
- return strdup (p);
-}
-
int
main (int argc, char *argv[])
{