mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
enbable enable-debug to work
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1671 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
11aa39d771
commit
09e85ed329
@ -40,6 +40,8 @@
|
||||
/** PROTOTYPES ******************************************************/
|
||||
|
||||
/** GLOBALS *********************************************************/
|
||||
/* This static indicates the debugging module that this .o belongs to. */
|
||||
static short module = MOD_GUI;
|
||||
|
||||
GtkWidget *app;
|
||||
|
||||
@ -63,6 +65,7 @@ gnucash_lowlev_app_init()
|
||||
printf(" coresize = %d\n",_coresize());
|
||||
DEBUG("Done initializing memory");
|
||||
#endif
|
||||
ENTER ("gnucash_lowlev_app_init");
|
||||
|
||||
printf ("\n\n");
|
||||
printf ("This is a BETA development version. We think everything works \n");
|
||||
@ -94,9 +97,9 @@ gnucash_lowlev_app_init()
|
||||
st->font = f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
LEAVE ("gnucash_lowlev_app_init");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user