git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1796 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-07-05 22:58:24 +00:00
parent 732e067ae5
commit e55b463454

View File

@ -152,7 +152,7 @@ ultostr (unsigned long val, int base)
* stpcpy for those platforms that don't have it.
\********************************************************************/
#ifndef HAVE_STPCPY
#if !HAVE_STPCPY
char *
stpcpy (char *dest, const char *src)
{