* ChangeLog: Fix a typo ("an").
* configure.ac (libatomic-ops): Fix a typo ("an") in help message.
* os_dep.c (GC_init_win32): Turn off memory unmapping if
GlobalAlloc() is used.
* os_dep.c (GC_win32_get_mem): Define and use new
-VIRTUAL_ALLOC_PAD macro; don't waste a extra memory page unless
+VIRTUAL_ALLOC_PAD macro; don't waste an extra memory page unless
MPROTECT_VDB is in use.
* Makefile: Replace "version.h" with "include/gc_version.h".
# found.
AC_ARG_WITH([libatomic-ops],
[AS_HELP_STRING([--with-libatomic-ops[=yes|no|check]],
- [Use a external libatomic_ops? (default: check)])],
+ [Use an external libatomic_ops? (default: check)])],
[], [with_libatomic_ops=check])
# Check for an external libatomic_ops if the answer was yes or check. If not