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:
parent
4a3e392252
commit
53348c6b9f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user