# HG changeset patch # User Glenn Morris # Date 1189885797 0 # Node ID 6e42cb62725079b08c0c2df9698b708f152cd182 # Parent 98635af4c3316ab38df66c8cdbf3454d3aef02cf No longer define `static' as nothing. diff -r 98635af4c331 -r 6e42cb627250 src/s/hpux.h --- a/src/s/hpux.h Sat Sep 15 09:37:00 2007 +0000 +++ b/src/s/hpux.h Sat Sep 15 19:49:57 2007 +0000 @@ -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