emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 53348c6: ; Remove redundant definition of the 'DebP


From: Eli Zaretskii
Subject: [Emacs-diffs] master 53348c6: ; Remove redundant definition of the 'DebPrint' macro
Date: Thu, 4 May 2017 11:12:49 -0400 (EDT)

branch: master
commit 53348c6b9ffa46c15ec04ff08ffb6ec742c86ea4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Remove redundant definition of the 'DebPrint' macro
    
    * nt/inc/ms-w32.h (DebPrint): Remove redundant definition (defined
    in src/conf_post.h).
---
 nt/inc/ms-w32.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index 671c9fa..957d8c6 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]