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

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

Re: Console mouse support breaks unicode2 branch


From: Jason Rumney
Subject: Re: Console mouse support breaks unicode2 branch
Date: Sat, 26 May 2007 01:24:46 +0100
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

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 */




reply via email to

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