chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] #\Page and easy-ffi


From: Nicolas Pelletier
Subject: Re: [Chicken-users] #\Page and easy-ffi
Date: 01 Feb 2005 17:03:56 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

felix winkelmann <address@hidden> writes:

> 
> Apparently, there's a #\page (ascii 12) somewhere in toto.h.
> Here's a patch for easyffi.l:
> 
> cd /home/felix/chicken/
> diff -c /home/felix/chicken/easyffi.l\~ /home/felix/chicken/easyffi.l
> *** /home/felix/chicken/easyffi.l~    2005-01-30 21:24:12.000000000 -0800
> --- /home/felix/chicken/easyffi.l     2005-02-02 15:59:50.000000000 -0800
> ***************
> *** 47,52 ****
> --- 47,53 ----
>   {space}+                           (yycontinue)
>   \9+                                (yycontinue)
>   \13+                               (yycontinue)
> + \12+                               (yycontinue)
>   "//"                               (let loop ()
>                                    (let ([c (yygetc)])
>                                      (if (or (eq? 'eof c) (char=? #\newline 
> c))

I stared at the \13+ (yycontinue) line for so long, thinking \13 ought
to be #\page... :-\ Anyway, thank you very much for the patch. I'll be
more careful next time and check ASCII codes.

-- 
Nicolas




reply via email to

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