emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104302: * lib-src/etags.c: Comment.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104302: * lib-src/etags.c: Comment.
Date: Fri, 20 May 2011 19:08:21 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104302
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-05-20 19:08:21 -0700
message:
  * lib-src/etags.c: Comment.
modified:
  lib-src/etags.c
=== modified file 'lib-src/etags.c'
--- a/lib-src/etags.c   2011-03-29 06:54:38 +0000
+++ b/lib-src/etags.c   2011-05-21 02:08:21 +0000
@@ -93,8 +93,11 @@
 
 #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 *


reply via email to

[Prev in Thread] Current Thread [Next in Thread]