Mercurial > hg > xemacs-beta
comparison src/regex.c @ 255:084402c475ba r20-5b26
Import from CVS: tag r20-5b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:21:18 +0200 |
parents | 52952cbfc5b5 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
254:e92abcaa252b | 255:084402c475ba |
---|---|
68 #define REGEX_BEGLINE_CHECK | 68 #define REGEX_BEGLINE_CHECK |
69 | 69 |
70 /* XEmacs: the current mmap-based ralloc handles small blocks very | 70 /* XEmacs: the current mmap-based ralloc handles small blocks very |
71 poorly, so we disable it here. */ | 71 poorly, so we disable it here. */ |
72 | 72 |
73 #if defined (REL_ALLOC) && defined (HAVE_MMAP) | 73 #if (defined (REL_ALLOC) && defined (HAVE_MMAP)) || defined(DOUG_LEA_MALLOC) |
74 # undef REL_ALLOC | 74 # undef REL_ALLOC |
75 #endif | 75 #endif |
76 | 76 |
77 /* The `emacs' switch turns on certain matching commands | 77 /* The `emacs' switch turns on certain matching commands |
78 that make sense only in Emacs. */ | 78 that make sense only in Emacs. */ |