diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-17 23:52:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-17 23:52:29 +0200 |
commit | 55d5c0348c3afbfb9233487362e46dc633cd94fb (patch) | |
tree | 0cfa34c3c753e2357e4c481be8f86349cf43e393 /src/if_mzsch.h | |
parent | bd5e15fd5c7e42505d6b0e20f4198d24fc7e219d (diff) | |
download | vim-git-55d5c0348c3afbfb9233487362e46dc633cd94fb.tar.gz |
Whitespace cleanup.
Diffstat (limited to 'src/if_mzsch.h')
-rw-r--r-- | src/if_mzsch.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/if_mzsch.h b/src/if_mzsch.h index 45888919b..65c5de7ca 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 |