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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/s/hpux.h,v
Date: Thu, 13 Sep 2007 07:37:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/13 07:37:21

Index: hpux.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/hpux.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- hpux.h      26 Jul 2007 05:28:08 -0000      1.27
+++ hpux.h      13 Sep 2007 07:37:21 -0000      1.28
@@ -167,9 +167,12 @@
 
 /* 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.
+   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]