comparison src/os_mac.h @ 584:5953bf5509ec

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:15:02 +0000
parents c85bf6a4999b
children 51794dc170f7
comparison
equal deleted inserted replaced
583:39ebe9e88854 584:5953bf5509ec
142 #define BREAKCHECK_SKIP 32 /* call mch_breakcheck() each time, it's 142 #define BREAKCHECK_SKIP 32 /* call mch_breakcheck() each time, it's
143 quite fast. Did I forgot to update the 143 quite fast. Did I forgot to update the
144 comment */ 144 comment */
145 145
146 146
147 #undef USE_FNAME_CASE /* TODO: make :e os_Mac.c, :w, save back the 147 #define USE_FNAME_CASE /* make ":e os_Mac.c" open the file in its
148 file as os_mac.c */ 148 original case, as "os_mac.c" */
149 #define BINARY_FILE_IO 149 #define BINARY_FILE_IO
150 #define EOL_DEFAULT EOL_MAC 150 #define EOL_DEFAULT EOL_MAC
151 #ifndef MACOS_X_UNIX /* I hope that switching these two lines */ 151 #ifndef MACOS_X_UNIX /* I hope that switching these two lines */
152 # define USE_CR /* does what I want -- BNF */ 152 # define USE_CR /* does what I want -- BNF */
153 # define NO_CONSOLE /* don't include console mode */ 153 # define NO_CONSOLE /* don't include console mode */