1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

[NO_REMAP]: #undef static.

This commit is contained in:
Richard M. Stallman 1995-01-21 22:23:22 +00:00
parent 73396f20e7
commit e114e160d3

View File

@ -231,6 +231,12 @@ typedef unsigned long EMACS_UINT;
#endif /* not NO_SHORTNAMES */
#endif /* SHORTNAMES */
/* If no remapping takes place, static variables cannot be dumped as
pure, so don't worry about the `static' keyword. */
#ifdef NO_REMAP
#undef static
#endif
/* Define `subprocesses' should be defined if you want to
have code for asynchronous subprocesses
(as used in M-x compile and M-x shell).