Message-ID: <397824A7.8B5B528C@softhome.net> Date: Fri, 21 Jul 2000 12:23:35 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com Subject: Re: matters References: <39774EA5 DOT 7AA0AE0F AT softhome DOT net> <200007210639 DOT IAA27173 AT mailgw3 DOT netvision DOT net DOT il> <3977FBFB DOT D643387C AT softhome DOT net> <200007210901 DOT MAA22457 AT mailgw1 DOT netvision DOT net DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > > It's a multiple redefinition guard. _VA_LIST_ is one of the names recognized > > in from GCC. > > I assume it protects the typedef, yes? If so, won't that be solved by > the #ifndef which guards the entire header where you want to put this? > Or do other headers include the same typedef? This required because there are two headers with va_list: from GCC and our . Laurynas