mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
No longer define `static' as nothing.
This commit is contained in:
parent
442218db9c
commit
cd528b266e
@ -167,9 +167,12 @@ Boston, MA 02110-1301, USA. */
|
||||
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user