aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
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/s
parent76e171adde1db3f9fdb159aea1d7e2991ac715b9 (diff)
downloademacs-e9a57a88592bfeb173278e7bacfe1b87bc91e0dc.tar.gz
emacs-e9a57a88592bfeb173278e7bacfe1b87bc91e0dc.zip
Remove comments about static.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/template.h7
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