]> git.eshelyaron.com Git - emacs.git/commitdiff
[NO_REMAP]: #undef static.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Jan 1995 22:23:22 +0000 (22:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Jan 1995 22:23:22 +0000 (22:23 +0000)
src/config.in

index a944e362ee3b0c6a7ed73b0ad3ef5232403b2ac2..201fcde6e0fedf5684bbd508a2910b92fe8fb3d9 100644 (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).