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:
12
src/os_mac.h
12
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
|
||||
|
Reference in New Issue
Block a user