emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/hpux.h,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/s/hpux.h,v [EMACS_22_BASE]
Date: Sat, 15 Sep 2007 19:49:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/09/15 19:49:57

Index: hpux.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/hpux.h,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -b -r1.26.2.1 -r1.26.2.2
--- hpux.h      25 Jul 2007 05:08:25 -0000      1.26.2.1
+++ hpux.h      15 Sep 2007 19:49:57 -0000      1.26.2.2
@@ -167,9 +167,13 @@
 
 /* USG systems tend to put everything declared static
    into the initialized data area, which becomes pure after dumping Emacs.
-   Foil this.  Emacs carefully avoids static vars inside functions.  */
+   Foil this.  Emacs carefully avoids static vars inside functions.
+   http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00368.html
+   As of at least HPUX 11.11 (2000), it seems this workaround is no
+   longer needed.  Try uncommenting the following if you have problems
+   on older versions.  */
 
-#define static
+/*#define static */
 
 /* Define extra libraries to load.
    This should have -lBSD, but that library is said to make




reply via email to

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