Dear Jason,

----- Jason Rumney (2007-05-26) wrote:-----

> Leo wrote:
>>
>>> In file included from term.c:418:
>>> buffer.h:403: error: redefinition of ‘struct buffer_text’
>>> buffer.h:461: error: redefinition of ‘struct buffer’
>>>     
>
> buffer.h is included at the top of the file, so doesn't need to be
> included again, but shouldn't it be protected against double inclusion
> by the following?
>
> #ifndef EMACS_BUFFER_H
> #define EMACS_BUFFER_H
> ...
> #endif /* EMACS_BUFFER_H */

FWIW, it makes 'make bootstrap' happy ;)

regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to