Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/winlean.h1
-rw-r--r--winsup/cygwin/winsup.h6
3 files changed, 6 insertions, 6 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 915aa5527..53743163e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-30 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * winlean.h: Add temporary define.
+ * winsup.h: Remove ancient debugging defines.
+
2012-07-29 Christopher Faylor <me.cygwin2012@cgf.cx>
* cygwait.cc (cancelable_wait): Add some debugging-only output.
diff --git a/winsup/cygwin/winlean.h b/winsup/cygwin/winlean.h
index 950bd1dec..8779711ce 100644
--- a/winsup/cygwin/winlean.h
+++ b/winsup/cygwin/winlean.h
@@ -34,6 +34,7 @@ details. */
#define _WINMM_
#define WINIMPM
#define WINSOCK_API_LINKAGE
+#define _SDKDDKVER_H /* temporary until sdkddkver.h problems are worked out */
/* Windows headers define a couple of annoyingly intrusive macros for the
sole purpose of inline documentation. Since they are defined without
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 63495b831..fd6d6906f 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -9,12 +9,6 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#ifdef DEBUGIT
-#define spf(a, b, c) small_printf (a, b, c)
-#else
-#define spf(a, b, c) do {} while (0)
-#endif
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif