Mercurial > emacs
changeset 26131:d82f40019d74
(main): Enable profiling conditional on __linux also.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 22 Oct 1999 12:52:09 +0000 |
parents | 64c5ec18cc80 |
children | 5c4e75d9f407 |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Fri Oct 22 11:53:05 1999 +0000 +++ b/src/emacs.c Fri Oct 22 12:52:09 1999 +0000 @@ -1372,7 +1372,7 @@ /* Gerd Moellmann <gerd@acm.org> says this makes profiling work on FreeBSD. It might work on some other systems too. Give it a try and tell me if it works on your system. */ -#ifdef __FreeBSD__ +#if defined (__FreeBSD__) || defined (__linux) #ifdef PROFILING if (initialized) {