Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
gnulib
Commits
50e6714c
Commit
50e6714c
authored
Aug 27, 2009
by
Bruno Haible
Browse files
Fix link error on Solaris.
parent
c232dc71
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
50e6714c
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
tests/test-parse-duration.c
View file @
50e6714c
/* 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
...
...
@@ -25,12 +25,6 @@
#include "parse-duration.h"
char
*
xstrdup
(
char
const
*
p
)
{
return
strdup
(
p
);
}
int
main
(
int
argc
,
char
*
argv
[])
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment