From 6a97197e0c4edeb79b0e0b3d30b5ed10041e7deb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 22 Oct 1999 12:52:09 +0000 Subject: [PATCH] (main): Enable profiling conditional on __linux also. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5