aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2007-04-03 15:25:28 +0000
committerEli Zaretskii2007-04-03 15:25:28 +0000
commit665b5955fc56d7c70ab54fc727ae62827650a1d2 (patch)
treee31795f4fe66b254b0e20099c11bf5edde64b032 /src
parent5ff08acd7385c53a5f710b124e1b36a83d834a99 (diff)
downloademacs-665b5955fc56d7c70ab54fc727ae62827650a1d2.tar.gz
emacs-665b5955fc56d7c70ab54fc727ae62827650a1d2.zip
Fix last change.
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 d6dd8974e3b..62b14a55388 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1721,7 +1721,7 @@ main (argc, argv
1721 Give it a try and tell us if it works on your system. To compile 1721 Give it a try and tell us if it works on your system. To compile
1722 for profiling, add -pg to the switches your platform uses in 1722 for profiling, add -pg to the switches your platform uses in
1723 CFLAGS and LDFLAGS. For example: 1723 CFLAGS and LDFLAGS. For example:
1724 `make CFLAGS="-pg -g -O -DPROFILING=1 LDFLAGS="-pg -g"'. */ 1724 `make CFLAGS="-pg -g -O -DPROFILING=1" LDFLAGS="-pg -g"'. */
1725#if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__) 1725#if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__)
1726#ifdef PROFILING 1726#ifdef PROFILING
1727 if (initialized) 1727 if (initialized)