diff --git a/include/pcconf.h b/include/pcconf.h index 557f073a5..1df429e84 100644 --- a/include/pcconf.h +++ b/include/pcconf.h @@ -113,6 +113,9 @@ #define _NAIVE_DOS_REGS #include #include /* Provides prototypes of strncmpi(), etc. */ +# ifndef M +#define M(c) ((char) (0x80 | (c))) +# endif #endif /*