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:
Linas Vepstas 1999-03-01 04:48:33 +00:00
parent 11aa39d771
commit 09e85ed329

View File

@ -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;
}