aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2007-09-13 07:37:21 +0000
committerGlenn Morris2007-09-13 07:37:21 +0000
commitcd528b266ee999d711223dc9cd1e0ff620cd0636 (patch)
treed2d8ca7d412bb5a94e4a694dc7a7cad312019865 /src/s
parent442218db9cdd69f718548aea1d568507ad544d6f (diff)
downloademacs-cd528b266ee999d711223dc9cd1e0ff620cd0636.tar.gz
emacs-cd528b266ee999d711223dc9cd1e0ff620cd0636.zip
No longer define `static' as nothing.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux.h7
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