diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-14 20:31:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-14 20:31:44 +0200 |
commit | 66bd1c9b543a2310176181cc673e32bbfae112e8 (patch) | |
tree | 4f3ea9aed660aa451724bd1e3ac0128a0a2c0959 /src/os_mac.h | |
parent | 1a38442dbc01e511c29e19faa2ee9a8527151887 (diff) | |
download | vim-git-66bd1c9b543a2310176181cc673e32bbfae112e8.tar.gz |
Remove obsolete Mac code.
Diffstat (limited to 'src/os_mac.h')
-rw-r--r-- | src/os_mac.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/os_mac.h b/src/os_mac.h index 05b572dea..cf575dd17 100644 --- a/src/os_mac.h +++ b/src/os_mac.h @@ -299,15 +299,3 @@ /* A Mac constant causing big problem to syntax highlighting */ #define UNKNOWN_CREATOR '\?\?\?\?' - -/* - * for debugging - */ -#ifdef MACOS_X -# ifdef _DEBUG -# define TRACE Trace - void Trace(char *fmt, ...); -# else -# define TRACE 1 ? (void)0 : printf -# endif -#endif |