Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
10511:a0f2ce3200d0 | 10512:e07dfdbb02d1 |
---|---|
229 #ifndef NO_SHORTNAMES | 229 #ifndef NO_SHORTNAMES |
230 #include "../shortnames/remap.h" | 230 #include "../shortnames/remap.h" |
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). |
237 These do not work for some USG systems yet; | 243 These do not work for some USG systems yet; |
238 for the ones where they work, the s/SYSTEM.h file defines this flag. */ | 244 for the ones where they work, the s/SYSTEM.h file defines this flag. */ |