chicken-users
[Top][All Lists]
Advanced

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

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


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

Hello,

with the following setup:

toto.h:
#ifndef A_H
#define A_H

#define B 1


#endif

tutu.scm:
#>!
#include "toto.h"
<#

and a command line: chicken tutu.scm, I get the following message:

compiling `tutu.scm' ...
Error: FFI lexer error: illegal character: #\page

However, easyffi.l seems to have logic that should handle this case...

-- 
Nicolas




reply via email to

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