aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h
index aad30c0a6d5..1fb83a7a075 100644
--- a/src/s/hpux.h
+++ b/src/s/hpux.h
@@ -168,6 +168,7 @@ Boston, MA 02110-1301, USA. */
168/* USG systems tend to put everything declared static 168/* USG systems tend to put everything declared static
169 into the initialized data area, which becomes pure after dumping Emacs. 169 into the initialized data area, which becomes pure after dumping Emacs.
170 Foil this. Emacs carefully avoids static vars inside functions. 170 Foil this. Emacs carefully avoids static vars inside functions.
171 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00368.html
171 As of at least HPUX 11.11 (2000), it seems this workaround is no 172 As of at least HPUX 11.11 (2000), it seems this workaround is no
172 longer needed. Try uncommenting the following if you have problems 173 longer needed. Try uncommenting the following if you have problems
173 on older versions. */ 174 on older versions. */