From: Dan Nicolaescu Date: Wed, 16 Jul 2008 07:48:11 +0000 (+0000) Subject: Remove comments about static. X-Git-Tag: emacs-pretest-23.0.90~4142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9a57a88592bfeb173278e7bacfe1b87bc91e0dc;p=emacs.git Remove comments about static. --- diff --git a/src/ChangeLog b/src/ChangeLog index e121a7625f0..8d6aeeac399 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --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 . */ 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