diff options
| author | Glenn Morris | 2007-09-13 07:42:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-13 07:42:14 +0000 |
| commit | 14bc401e0d5afef54f7fe8b310991cab92e68a25 (patch) | |
| tree | 5bd2fb2991cb3e7052b3cabad8b735e1a71818fb /src/s | |
| parent | cd528b266ee999d711223dc9cd1e0ff620cd0636 (diff) | |
| download | emacs-14bc401e0d5afef54f7fe8b310991cab92e68a25.tar.gz emacs-14bc401e0d5afef54f7fe8b310991cab92e68a25.zip | |
Comment.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux.h | 1 |
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. */ |