diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/template.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/template.h b/src/s/template.h index b79e3370b75..4120a8fe042 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -155,13 +155,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 155 | your system and must be used only through an encapsulation | 155 | your system and must be used only through an encapsulation |
| 156 | (Which you should place, by convention, in sysdep.c). */ | 156 | (Which you should place, by convention, in sysdep.c). */ |
| 157 | 157 | ||
| 158 | /* Some compilers tend to put everything declared static | ||
| 159 | into the initialized data area, which becomes pure after dumping Emacs. | ||
| 160 | On these systems, you must #define static as nothing to foil this. | ||
| 161 | Note that emacs carefully avoids static vars inside functions. */ | ||
| 162 | |||
| 163 | /* #define static */ | ||
| 164 | |||
| 165 | /* If the system's imake configuration file defines `NeedWidePrototypes' | 158 | /* If the system's imake configuration file defines `NeedWidePrototypes' |
| 166 | as `NO', we must define NARROWPROTO manually. Such a define is | 159 | as `NO', we must define NARROWPROTO manually. Such a define is |
| 167 | generated in the Makefile generated by `xmkmf'. If we don't | 160 | generated in the Makefile generated by `xmkmf'. If we don't |