]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Enable profiling conditional on __linux also.
authorDave Love <fx@gnu.org>
Fri, 22 Oct 1999 12:52:09 +0000 (12:52 +0000)
committerDave Love <fx@gnu.org>
Fri, 22 Oct 1999 12:52:09 +0000 (12:52 +0000)
src/emacs.c

index 4a52e2ee8d40008414430d7e013b2b862de5878d..97ed060bb748e87ddc255b1d18b7ede5ff6afd11 100644 (file)
@@ -1372,7 +1372,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
   /* 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)
     {