From: Glenn Morris Date: Sat, 21 May 2011 02:08:21 +0000 (-0700) Subject: * lib-src/etags.c: Comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~226 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5638bc123e8c4c2f542af953410432126ce3fc5;p=emacs.git * lib-src/etags.c: Comment. --- 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 - /* 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 *