From: Marco Antoniotti
Subject: ACL FFI and C enums.
Date: 
Message-ID: <lwg0q63e1a.fsf@parades.rm.cnr.it>
Hi

a quick question.  Looking the ACL html pages did not help.

How do I write a FF enum spec in ACL (or: how do I simulate a C enum
spec in ACL)?

Thanks for your help

-- 
Marco Antoniotti ===========================================
From: Reini Urban
Subject: Re: ACL FFI and C enums.
Date: 
Message-ID: <395e499f.32916871@news>
Marco Antoniotti wrote:
>a quick question.  Looking the ACL html pages did not help.
>
>How do I write a FF enum spec in ACL (or: how do I simulate a C enum
>spec in ACL)?

not at all. at least it is not needed because the FFI bypasses any C**
compiler type checking. just use short integers.
--                                         
Reini