mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
Comment fix.
This commit is contained in:
parent
a5f86a374e
commit
37a0ae84a4
1 changed files with 4 additions and 3 deletions
|
|
@ -1506,9 +1506,10 @@ main (argc, argv, envp)
|
|||
#endif
|
||||
}
|
||||
|
||||
/* 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. */
|
||||
/* 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue