diff options
| -rw-r--r-- | src/s/hpux.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index 5f407a661e1..aad30c0a6d5 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -167,9 +167,12 @@ Boston, MA 02110-1301, USA. */ | |||
| 167 | 167 | ||
| 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 | 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 | on older versions. */ | ||
| 171 | 174 | ||
| 172 | #define static | 175 | /*#define static */ |
| 173 | 176 | ||
| 174 | /* Define extra libraries to load. | 177 | /* Define extra libraries to load. |
| 175 | This should have -lBSD, but that library is said to make | 178 | This should have -lBSD, but that library is said to make |