aboutsummaryrefslogtreecommitdiffstats
path: root/src/vm-limit.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-09-09 03:06:52 +0200
committerJuanma Barranquero2011-09-09 03:06:52 +0200
commit5e617bc2b62189768814fafd1a875e89a094d3ef (patch)
treed96d22e012035d044557abf4de0b8e30b03d61b7 /src/vm-limit.c
parent9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff)
downloademacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz
emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip
Whitespace changes.
Diffstat (limited to 'src/vm-limit.c')
-rw-r--r--src/vm-limit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm-limit.c b/src/vm-limit.c
index 846946b41c1..fc847a295dd 100644
--- a/src/vm-limit.c
+++ b/src/vm-limit.c
@@ -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/*