Mercurial > emacs
diff src/config.in @ 10512:e07dfdbb02d1
[NO_REMAP]: #undef static.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 21 Jan 1995 22:23:22 +0000 |
parents | be51e61f9fb7 |
children | 447371955ad0 |
line wrap: on
line diff
--- a/src/config.in Sat Jan 21 22:21:33 1995 +0000 +++ b/src/config.in Sat Jan 21 22:23:22 1995 +0000 @@ -231,6 +231,12 @@ #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).