fix the build breaker

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1032 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-23 03:49:07 +00:00
parent d3afb983af
commit 096500cfd9

View File

@ -125,6 +125,10 @@ xaccTransWriteLog (Transaction *trans)
/********************************************************************\
\********************************************************************/
#if 0
/* open_memstream seems to give various distros fits
* this code is not currently used ... so its ifdef out
*/
char *
xaccSplitAsString(Split *split, const char prefix[]) {
@ -214,5 +218,7 @@ xaccTransAsString(Transaction *txn, const char prefix[]) {
return(result);
}
#endif
/************************ END OF ************************************\
\************************* FILE *************************************/