1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

; Remove redundant definition of the 'DebPrint' macro

* nt/inc/ms-w32.h (DebPrint): Remove redundant definition (defined
in src/conf_post.h).
This commit is contained in:
Eli Zaretskii 2017-05-04 18:11:53 +03:00
parent 4a3e392252
commit 53348c6b9f

View File

@ -596,13 +596,6 @@ typedef unsigned int EMACS_UINT;
/* #define FULL_DEBUG */
/* #define EMACSDEBUG */
#ifdef EMACSDEBUG
extern void _DebPrint (const char *fmt, ...);
#define DebPrint(stuff) _DebPrint stuff
#else
#define DebPrint(stuff)
#endif
#ifdef _MSC_VER
#if _MSC_VER >= 800 && !defined(__cplusplus)
/* Unnamed type definition in parentheses.