aboutsummaryrefslogtreecommitdiffstats
path: root/src/vm-limit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm-limit.c')
-rw-r--r--src/vm-limit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm-limit.c b/src/vm-limit.c
index 846946b41c1..94725044048 100644
--- a/src/vm-limit.c
+++ b/src/vm-limit.c
@@ -1,5 +1,5 @@
1/* Functions for memory limit warnings. 1/* Functions for memory limit warnings.
2 Copyright (C) 1990, 1992, 2001-2011 Free Software Foundation, Inc. 2 Copyright (C) 1990, 1992, 2001-2012 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -237,7 +237,7 @@ check_memory_limits (void)
237 (*warn_function) ("Warning: memory in use exceeds lisp pointer size"); 237 (*warn_function) ("Warning: memory in use exceeds lisp pointer size");
238} 238}
239 239
240#if !defined(CANNOT_DUMP) || !defined(SYSTEM_MALLOC) 240#if !defined (CANNOT_DUMP) || !defined (SYSTEM_MALLOC)
241/* Some systems that cannot dump also cannot implement these. */ 241/* Some systems that cannot dump also cannot implement these. */
242 242
243/* 243/*