From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA08895; Thu, 3 Oct 2002 11:55:32 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA07977 for ; Thu, 3 Oct 2002 11:55:31 +0200 (MET DST) Received: from relay-3v.club-internet.fr (relay-3v.club-internet.fr [194.158.96.114]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g939tU510413 for ; Thu, 3 Oct 2002 11:55:30 +0200 (MET DST) Received: from warp (lns08v-6-227.w.club-internet.fr [212.194.161.227]) by relay-3v.club-internet.fr (Postfix) with SMTP id 0C4A816AE; Thu, 3 Oct 2002 11:55:28 +0200 (CEST) Message-ID: <007601c26ac3$28805060$3000a8c0@warp> From: "Nicolas Cannasse" To: , "IKEDA Katsumi" References: <20021003135922G.ikeda@msi.co.jp> Subject: Re: [Caml-list] Data_custom_val() Date: Thu, 3 Oct 2002 11:56:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > > How to use Data_custom_val as lvalue ? > Try using the following macro : #define LData_custom_val(v) (*(value**)Data_custom_val(v)) Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners