emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: declaration fixes


From: Richard Stallman
Subject: Re: declaration fixes
Date: Sat, 07 Feb 2004 04:00:00 -0500

    --- termhooks.h~    Wed Feb  4 15:37:44 2004
    +++ termhooks.h     Thu Feb  5 14:37:44 2004
    @@ -20,6 +20,8 @@
     Boston, MA 02111-1307, USA.  */

     
    +#include <stdio.h>         /* for use of FILE below */
    +
     /* Miscellanea.   */

     struct glyph;

I don't want to do that.  That would change the conventions
for handling stdio.h, which is very sensitive.

Rather we should include stdio.h directly in each source
file that really needs it, following our existing conventions
for the ordering of #includes.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]