# HG changeset patch # User Gerd Moellmann # Date 986472079 0 # Node ID 74427fab3e58e8cd9ba0bf1d0ce1db884088df19 # Parent 46aeb2de94e978fbc50063d85d7545c59fa15c57 Comment fix. diff -r 46aeb2de94e9 -r 74427fab3e58 src/emacs.c --- a/src/emacs.c Thu Apr 05 11:05:39 2001 +0000 +++ b/src/emacs.c Thu Apr 05 12:01:19 2001 +0000 @@ -1506,9 +1506,10 @@ #endif } - /* 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. */ + /* Set up for profiling. This is known to work on FreeBSD and + GNU/Linux. It might work on some other systems too. Give it a + try and tell us if it works on your system. To compile for + profiling use something like `make CFLAGS="-pg -g -O -DPROFILING=1'. */ #if defined (__FreeBSD__) || defined (__linux) #ifdef PROFILING if (initialized)