changeset 10512:e07dfdbb02d1

[NO_REMAP]: #undef static.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Jan 1995 22:23:22 +0000
parents a0f2ce3200d0
children e4423ed2b4cb
files src/config.in
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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).