aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32heap.c
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2010-10-15 09:43:23 +0900
committerKenichi Handa <[email protected]>2010-10-15 09:43:23 +0900
commite6673d01cab4b7a380367749e8401e66f14b5cd7 (patch)
treef877128a1b0d883560773e3c663f4a3df71a3ead /src/w32heap.c
parentc4186f9c7721ae00452f8378bb7d6be375881c62 (diff)
parent9d4f32e88a1b642070f0adb41df04a0846c31970 (diff)
merge emacs-23
Diffstat (limited to 'src/w32heap.c')
-rw-r--r--src/w32heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index 440388c6ea..f3e3d3b9b9 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -279,7 +279,7 @@ round_heap (unsigned long align)
sbrk (need_to_alloc);
}
-#if (_MSC_VER >= 1000 && _MSC_VER < 1300 && !defined(USE_CRT_DLL))
+#if (_MSC_VER >= 1000 && _MSC_VER < 1300 && !defined (USE_CRT_DLL))
/* MSVC 4.2 invokes these functions from mainCRTStartup to initialize
a heap via HeapCreate. They are normally defined by the runtime,