X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=0058a0109dffbd7570c83adbbc973ab71aea42f8;hb=dd2261ab6cd2b8ddc9fd0078c995ec943fee8dbd;hp=cf4a634b557e19fae1973799b51c708bc3b575ff;hpb=b23541495010180e3a69e3e1f64c934b28775878;p=emu8051.git diff --git a/src/common.h b/src/common.h index cf4a634..0058a01 100644 --- a/src/common.h +++ b/src/common.h @@ -22,9 +22,6 @@ #ifndef COMMON_H #define COMMON_H 1 -/* Define this to have debugging output. */ -/* #define EMU8051_DEBUG 1 */ - #include #include #include @@ -35,8 +32,12 @@ # include #endif +#include "log.h" + #define FIXED_FONT "monospace 12" +#define MAX_FILENAME_LENGTH 1024 + /* Common constants. */ #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0