[uim-commit] r1156 - branches/r5rs/sigscheme
yamaken at freedesktop.org
yamaken at freedesktop.org
Mon Aug 8 02:07:39 EST 2005
Author: yamaken
Date: 2005-08-07 09:07:30 -0700 (Sun, 07 Aug 2005)
New Revision: 1156
Modified:
branches/r5rs/sigscheme/datas.c
Log:
* sigscheme/datas.c
- Fix an inappropriate nested comment treatment
Modified: branches/r5rs/sigscheme/datas.c
===================================================================
--- branches/r5rs/sigscheme/datas.c 2005-08-07 15:28:22 UTC (rev 1155)
+++ branches/r5rs/sigscheme/datas.c 2005-08-07 16:07:30 UTC (rev 1156)
@@ -70,8 +70,9 @@
#include <malloc.h>
#endif
+#if 0
+#ifndef posix_memalign
/*
-#ifndef posix_memalign
* Cited from manpage of posix_memalign(3) of glibc:
*
* CONFORMING TO
@@ -79,9 +80,10 @@
* obsolete in BSD 4.3, and as legacy in SUSv2. It no longer occurs in
* SUSv3. The function memalign() appears in SunOS 4.1.3 but not in BSD
* 4.4. The function posix_memalign() comes from POSIX 1003.1d.
+ */
#error "posix_memalign(3) is not available in this system"
#endif
- */
+#endif
/*=======================================
Local Include
More information about the uim-commit
mailing list