# HG changeset patch # User Richard M. Stallman # Date 790727002 0 # Node ID e07dfdbb02d1a432e431c16c7f196131c8ff9b90 # Parent a0f2ce3200d010a90f575868c56365eb8e4fd096 [NO_REMAP]: #undef static. diff -r a0f2ce3200d0 -r e07dfdbb02d1 src/config.in --- 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).