]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove comments about static.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 16 Jul 2008 07:48:11 +0000 (07:48 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 16 Jul 2008 07:48:11 +0000 (07:48 +0000)
src/ChangeLog
src/s/template.h

index e121a7625f08c1a991195a4942eef494fb2e2e89..8d6aeeac3995b242c0ae118c5063c25ee5b9bada 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * 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
index b79e3370b7526926cb6d300ccf53c2e19658cac0..4120a8fe0421c3bc315f60cb4a0773f36344d0a9 100644 (file)
@@ -155,13 +155,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    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