mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +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
1 changed files with 0 additions and 7 deletions
|
|
@ -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 a new issue