aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-05-04 18:11:53 +0300
committerEli Zaretskii2017-05-04 18:11:53 +0300
commit53348c6b9ffa46c15ec04ff08ffb6ec742c86ea4 (patch)
treedeb8b6f419853a67d261e29d513fb5b5af5326ee
parent4a3e3922523b1c4b4837a75ffaa5665043fc0102 (diff)
downloademacs-53348c6b9ffa46c15ec04ff08ffb6ec742c86ea4.tar.gz
emacs-53348c6b9ffa46c15ec04ff08ffb6ec742c86ea4.zip
; Remove redundant definition of the 'DebPrint' macro
* nt/inc/ms-w32.h (DebPrint): Remove redundant definition (defined in src/conf_post.h).
-rw-r--r--nt/inc/ms-w32.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index 671c9fa9d2b..957d8c6bdbc 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -596,13 +596,6 @@ typedef unsigned int EMACS_UINT;
596/* #define FULL_DEBUG */ 596/* #define FULL_DEBUG */
597/* #define EMACSDEBUG */ 597/* #define EMACSDEBUG */
598 598
599#ifdef EMACSDEBUG
600extern void _DebPrint (const char *fmt, ...);
601#define DebPrint(stuff) _DebPrint stuff
602#else
603#define DebPrint(stuff)
604#endif
605
606#ifdef _MSC_VER 599#ifdef _MSC_VER
607#if _MSC_VER >= 800 && !defined(__cplusplus) 600#if _MSC_VER >= 800 && !defined(__cplusplus)
608/* Unnamed type definition in parentheses. 601/* Unnamed type definition in parentheses.