aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-21 22:23:22 +0000
committerRichard M. Stallman1995-01-21 22:23:22 +0000
commite114e160d342360e736ad6c7b1df1acb9d032f36 (patch)
tree9a2818e2afbfbc596f3fdc0517c96265ed5c7022 /src
parent73396f20e7bd6b7e27363db16b30ecde8ef28369 (diff)
downloademacs-e114e160d342360e736ad6c7b1df1acb9d032f36.tar.gz
emacs-e114e160d342360e736ad6c7b1df1acb9d032f36.zip
[NO_REMAP]: #undef static.
Diffstat (limited to 'src')
-rw-r--r--src/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index a944e362ee3..201fcde6e0f 100644
--- a/src/config.in
+++ b/src/config.in
@@ -231,6 +231,12 @@ typedef unsigned long EMACS_UINT;
231#endif /* not NO_SHORTNAMES */ 231#endif /* not NO_SHORTNAMES */
232#endif /* SHORTNAMES */ 232#endif /* SHORTNAMES */
233 233
234/* If no remapping takes place, static variables cannot be dumped as
235 pure, so don't worry about the `static' keyword. */
236#ifdef NO_REMAP
237#undef static
238#endif
239
234/* Define `subprocesses' should be defined if you want to 240/* Define `subprocesses' should be defined if you want to
235 have code for asynchronous subprocesses 241 have code for asynchronous subprocesses
236 (as used in M-x compile and M-x shell). 242 (as used in M-x compile and M-x shell).