# HG changeset patch # User Dan Nicolaescu # Date 1216194491 0 # Node ID a6dea10b121f6c627a5a9868eb4e069646d28907 # Parent 099b498db6c4cef07a60ff7c5b6bb271569de3ab Remove comments about static. diff -r 099b498db6c4 -r a6dea10b121f src/ChangeLog --- a/src/ChangeLog Wed Jul 16 07:45:57 2008 +0000 +++ b/src/ChangeLog Wed Jul 16 07:48:11 2008 +0000 @@ -1,5 +1,7 @@ 2008-07-16 Dan Nicolaescu + * s/template.h: Remove comments about static. + * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove if 0-ed code. (baud_convert): Don't depend on BAUD_CONVERT, all definitions the diff -r 099b498db6c4 -r a6dea10b121f src/s/template.h --- a/src/s/template.h Wed Jul 16 07:45:57 2008 +0000 +++ b/src/s/template.h Wed Jul 16 07:48:11 2008 +0000 @@ -155,13 +155,6 @@ your system and must be used only through an encapsulation (Which you should place, by convention, in sysdep.c). */ -/* Some compilers tend to put everything declared static - into the initialized data area, which becomes pure after dumping Emacs. - On these systems, you must #define static as nothing to foil this. - Note that emacs carefully avoids static vars inside functions. */ - -/* #define static */ - /* If the system's imake configuration file defines `NeedWidePrototypes' as `NO', we must define NARROWPROTO manually. Such a define is generated in the Makefile generated by `xmkmf'. If we don't