0
0
mirror of https://github.com/vim/vim.git synced 2025-10-23 08:44:20 -04:00

Remove obsolete Mac code.

This commit is contained in:
Bram Moolenaar
2010-07-14 20:31:44 +02:00
parent 1a38442dbc
commit 66bd1c9b54
3 changed files with 6 additions and 541 deletions

View File

@@ -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