aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love1999-10-22 12:52:09 +0000
committerDave Love1999-10-22 12:52:09 +0000
commit6a97197e0c4edeb79b0e0b3d30b5ed10041e7deb (patch)
treed1e2419c30adbc4e3d94390b1b3e1e9617db63c8 /src
parent4187707ba578dda58fc4f7fd427da564bd666195 (diff)
downloademacs-6a97197e0c4edeb79b0e0b3d30b5ed10041e7deb.tar.gz
emacs-6a97197e0c4edeb79b0e0b3d30b5ed10041e7deb.zip
(main): Enable profiling conditional on __linux also.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
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]);
1372 /* Gerd Moellmann <gerd@acm.org> says this makes profiling work on 1372 /* Gerd Moellmann <gerd@acm.org> says this makes profiling work on
1373 FreeBSD. It might work on some other systems too. 1373 FreeBSD. It might work on some other systems too.
1374 Give it a try and tell me if it works on your system. */ 1374 Give it a try and tell me if it works on your system. */
1375#ifdef __FreeBSD__ 1375#if defined (__FreeBSD__) || defined (__linux)
1376#ifdef PROFILING 1376#ifdef PROFILING
1377 if (initialized) 1377 if (initialized)
1378 { 1378 {