summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-20 19:08:21 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-20 19:08:21 -0700
commite5638bc123e8c4c2f542af953410432126ce3fc5 (patch)
treea58739fa38f9bb5156e434574d9bba84e6712b62 /lib-src
parent973d955b4d999d997420cab9676ed0eef5b4297a (diff)
downloademacs-e5638bc123e8c4c2f542af953410432126ce3fc5.tar.gz
* lib-src/etags.c: Comment.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index a2cdf26abc7..e492b78a68d 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -93,8 +93,11 @@ char pot_etags_version[] = "@(#) pot revision number is 17.38.1.4";
#ifdef HAVE_CONFIG_H
# include <config.h>
- /* On some systems, Emacs defines static as nothing for the sake
- of unexec. We don't want that here since we don't use unexec. */
+ /* This is probably not necessary any more. On some systms, config.h
+ used to define static as nothing for the sake of unexec. We don't
+ want that here since we don't use unexec. None of these systems
+ are supported any more, but the idea is still mentioned in
+ etc/PROBLEMS. */
# undef static
# ifndef PTR /* for XEmacs */
# define PTR void *