# HG changeset patch # User Glenn Morris # Date 1189669041 0 # Node ID 36217b83f82383a89fe05544b549ff78f4b7ba2b # Parent 4af9253f88d112f9b6b319353495d9c6218bdb77 No longer define `static' as nothing. diff -r 4af9253f88d1 -r 36217b83f823 src/s/hpux.h --- a/src/s/hpux.h Thu Sep 13 07:37:07 2007 +0000 +++ b/src/s/hpux.h Thu Sep 13 07:37:21 2007 +0000 @@ -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