aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 {