Yes, that's it. Thanks for the fix.

  I already changed and committed to CVS.

Best Regards,
Scuri

> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: sábado, 7 de dezembro de 2013 03:13
> To: IUP discussion list.
> Subject: Re: [Iup-users] IupLoadBuffer
> 
> Hmm... ???
> 
> iup_ledlex.c
> 
> static void iLexUngetc(int c)
> {
>   if (ilex.file)
>     ungetc(c, ilex.file);
>   else
>   {
>     if (c != EOF && ilex.filename < ilex.f)
>       ilex.f--;
>   }
> }
> 
> static int iLexGetc(void)
> {
>   if (ilex.file)
>     return getc(ilex.file);
>   else
>     return *ilex.f !=0 ? *(++ilex.f - 1) : EOF;
> }
> 
> r.k
> 
> 
>
----------------------------------------------------------------------------
--
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.c
> lktrk
> _______________________________________________
> Iup-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/iup-users


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to