aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-05 12:01:19 +0000
committerGerd Moellmann2001-04-05 12:01:19 +0000
commit37a0ae84a49fcec4f13ea64187ecf3fcd4b6f95a (patch)
treed8b21e6dc16c0a5dd6c9b9ba8359bd44d8dee862 /src
parenta5f86a374ed7fc291510afc34981fb9657311d84 (diff)
downloademacs-37a0ae84a49fcec4f13ea64187ecf3fcd4b6f95a.tar.gz
emacs-37a0ae84a49fcec4f13ea64187ecf3fcd4b6f95a.zip
Comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 8991ec5cf84..00812cfbbba 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1506,9 +1506,10 @@ main (argc, argv, envp)
1506#endif 1506#endif
1507 } 1507 }
1508 1508
1509 /* Gerd Moellmann <gerd@acm.org> says this makes profiling work on 1509 /* Set up for profiling. This is known to work on FreeBSD and
1510 FreeBSD. It might work on some other systems too. 1510 GNU/Linux. It might work on some other systems too. Give it a
1511 Give it a try and tell me if it works on your system. */ 1511 try and tell us if it works on your system. To compile for
1512 profiling use something like `make CFLAGS="-pg -g -O -DPROFILING=1'. */
1512#if defined (__FreeBSD__) || defined (__linux) 1513#if defined (__FreeBSD__) || defined (__linux)
1513#ifdef PROFILING 1514#ifdef PROFILING
1514 if (initialized) 1515 if (initialized)