]> git.eshelyaron.com Git - emacs.git/commitdiff
No longer define `static' as nothing.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Sep 2007 07:37:21 +0000 (07:37 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Sep 2007 07:37:21 +0000 (07:37 +0000)
src/s/hpux.h

index 5f407a661e1b79ebb7da62369320dc5782d77fc2..aad30c0a6d50fbb637e1e253307f5eb923964e59 100644 (file)
@@ -167,9 +167,12 @@ Boston, MA 02110-1301, USA.  */
 
 /* 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