summaryrefslogtreecommitdiff
path: root/cord
diff options
context:
space:
mode:
Diffstat (limited to 'cord')
-rw-r--r--cord/tests/de.c1
-rw-r--r--cord/tests/de_win.c4
2 files changed, 1 insertions, 4 deletions
diff --git a/cord/tests/de.c b/cord/tests/de.c
index b5b21f63..722d41cb 100644
--- a/cord/tests/de.c
+++ b/cord/tests/de.c
@@ -40,7 +40,6 @@
#if (defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32__) \
|| defined(__NT__) || defined(_WIN32)) && !defined(WIN32)
/* If this is DOS or win16, we'll fail anyway. */
- /* Might as well assume win32. */
# define WIN32
#endif
diff --git a/cord/tests/de_win.c b/cord/tests/de_win.c
index 3e815292..244d1ed7 100644
--- a/cord/tests/de_win.c
+++ b/cord/tests/de_win.c
@@ -12,11 +12,9 @@
*/
/*
- * The MS Windows specific part of de.
+ * The Windows specific part of de.
* This started as the generic Windows application template
* but significant parts didn't survive to the final version.
- *
- * This was written by a nonexpert windows programmer.
*/
#if defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32__) \
|| defined(__NT__) || defined(_WIN32) || defined(WIN32)