mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
d3afb983af
commit
096500cfd9
@ -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 *************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user