Mercurial > emacs
comparison src/config.in @ 109076:403dcf18b5c2
Fix some whitespace in previous.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 29 Jun 2010 21:29:49 -0700 |
parents | 48064019239b |
children | a17732ef349e |
comparison
equal
deleted
inserted
replaced
109075:48064019239b | 109076:403dcf18b5c2 |
---|---|
1071 (There is probably a better place to do this, but right now the Cocoa | 1071 (There is probably a better place to do this, but right now the Cocoa |
1072 side does this in s/darwin.h and we cannot | 1072 side does this in s/darwin.h and we cannot |
1073 parallel this exactly since GNUstep is multi-OS. */ | 1073 parallel this exactly since GNUstep is multi-OS. */ |
1074 #ifdef HAVE_NS | 1074 #ifdef HAVE_NS |
1075 # ifdef NS_IMPL_GNUSTEP | 1075 # ifdef NS_IMPL_GNUSTEP |
1076 /* GNUstep needs a bit more pure memory. Of the existing knobs, | 1076 /* GNUstep needs a bit more pure memory. Of the existing knobs, |
1077 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ | 1077 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ |
1078 # define SYSTEM_PURESIZE_EXTRA 30000 | 1078 # define SYSTEM_PURESIZE_EXTRA 30000 |
1079 # endif /* NS_IMPL_GNUSTEP */ | 1079 # endif /* NS_IMPL_GNUSTEP */ |
1080 #endif /* HAVE_NS */ | 1080 #endif /* HAVE_NS */ |
1081 | 1081 |
1082 /* SIGTYPE is the macro we actually use. */ | 1082 /* SIGTYPE is the macro we actually use. */ |
1083 #ifndef SIGTYPE | 1083 #ifndef SIGTYPE |