aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-16 07:48:11 +0000
committerDan Nicolaescu2008-07-16 07:48:11 +0000
commite9a57a88592bfeb173278e7bacfe1b87bc91e0dc (patch)
treeb03bc0ead5b67d096c2a2bdf68880cba8da2c291 /src
parent76e171adde1db3f9fdb159aea1d7e2991ac715b9 (diff)
downloademacs-e9a57a88592bfeb173278e7bacfe1b87bc91e0dc.tar.gz
emacs-e9a57a88592bfeb173278e7bacfe1b87bc91e0dc.zip
Remove comments about static.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/template.h7
2 files changed, 2 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e121a7625f0..8d6aeeac399 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12008-07-16 Dan Nicolaescu <dann@ics.uci.edu> 12008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * s/template.h: Remove comments about static.
4
3 * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove 5 * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove
4 if 0-ed code. 6 if 0-ed code.
5 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the 7 (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 <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