diff --git a/src/gc/os_dep.c b/src/gc/os_dep.c index bdcd9713f6ac3e6f4662711d15a2bbea0f3fabbe..474b28ce683b2244231947b1a3843d81601e83b1 100644 --- a/src/gc/os_dep.c +++ b/src/gc/os_dep.c @@ -735,7 +735,7 @@ MK_GC_INNER word MK_GC_page_size = 0; || (prot) == PAGE_EXECUTE_READWRITE \ || (prot) == PAGE_EXECUTE_WRITECOPY) -# if 1 /* "#if 0" for MKCL 1.2.0 and later, "#if 1" before. */ +# if 0 /* "#if 0" for MKCL 1.1.3 and later, "#if 1" before. */ /* Return the number of bytes that are writable starting at p. */ /* The pointer p is assumed to be page aligned. */ /* If base is not 0, *base becomes the beginning of the */