From: Dave Love Date: Fri, 22 Oct 1999 12:52:09 +0000 (+0000) Subject: (main): Enable profiling conditional on __linux also. X-Git-Tag: emacs-pretest-21.0.90~6348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a97197e0c4edeb79b0e0b3d30b5ed10041e7deb;p=emacs.git (main): Enable profiling conditional on __linux also. --- diff --git a/src/emacs.c b/src/emacs.c index 4a52e2ee8d4..97ed060bb74 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1372,7 +1372,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); /* Gerd Moellmann 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) {