Remove comments about static.
This commit is contained in:
parent
76e171adde
commit
e9a57a8859
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue