summaryrefslogtreecommitdiffstats
path: root/src/if_mzsch.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-17 23:52:29 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-17 23:52:29 +0200
commit55d5c0348c3afbfb9233487362e46dc633cd94fb (patch)
tree0cfa34c3c753e2357e4c481be8f86349cf43e393 /src/if_mzsch.h
parentbd5e15fd5c7e42505d6b0e20f4198d24fc7e219d (diff)
Whitespace cleanup.
Diffstat (limited to 'src/if_mzsch.h')
-rw-r--r--src/if_mzsch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/if_mzsch.h b/src/if_mzsch.h
index 45888919b5..65c5de7ca0 100644
--- a/src/if_mzsch.h
+++ b/src/if_mzsch.h
@@ -49,19 +49,19 @@
/* Precise GC macros */
#ifndef MZ_GC_DECL_REG
-# define MZ_GC_DECL_REG(size) /* empty */
+# define MZ_GC_DECL_REG(size) /* empty */
#endif
#ifndef MZ_GC_VAR_IN_REG
-# define MZ_GC_VAR_IN_REG(x, v) /* empty */
+# define MZ_GC_VAR_IN_REG(x, v) /* empty */
#endif
#ifndef MZ_GC_ARRAY_VAR_IN_REG
# define MZ_GC_ARRAY_VAR_IN_REG(x, v, l) /* empty */
#endif
#ifndef MZ_GC_REG
-# define MZ_GC_REG() /* empty */
+# define MZ_GC_REG() /* empty */
#endif
#ifndef MZ_GC_UNREG
-# define MZ_GC_UNREG() /* empty */
+# define MZ_GC_UNREG() /* empty */
#endif
#ifdef MZSCHEME_FORCE_GC