(debug): Move to log.c, so other programs don't have to define debug

themselves just to use logerror().
This commit is contained in:
Markus Armbruster 2005-05-28 15:34:21 +00:00
parent 259bbe604d
commit 980c3ca8c6
2 changed files with 3 additions and 2 deletions

View file

@ -45,6 +45,9 @@
#include "common.h"
#include "optlist.h"
/* Debugging? If yes call abort() on internal error. */
int debug = 0;
static char logfile[32];
/*