~ chicken-core (chicken-5) 3c70f5bf9e09db6d2f28fa2cd759df95cd8b60da
commit 3c70f5bf9e09db6d2f28fa2cd759df95cd8b60da
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Feb 24 10:50:32 2012 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri Feb 24 10:50:32 2012 +0100
removed obsolete (and incorrect) MSVC-specific code
diff --git a/chicken.h b/chicken.h
index 58d75332..8a548152 100644
--- a/chicken.h
+++ b/chicken.h
@@ -114,10 +114,6 @@
# include <kernel/image.h>
#endif
-#ifndef _MSC_VAR
-# include <strings.h>
-#endif
-
/* Byteorder in machine word */
Trap