From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id E49E8BC0B for ; Tue, 16 Jan 2007 11:47:57 +0100 (CET) Received: from oden.vtab.com (dns.vtab.com [62.20.90.195]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l0GAluus027041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 16 Jan 2007 11:47:57 +0100 Received: from oden.vtab.com (oden.vtab.com [127.0.0.1]) by oden.vtab.com (Postfix) with ESMTP id E187526EE87; Tue, 16 Jan 2007 11:47:53 +0100 (CET) Received: from virtutech.se (alfredo.hq.vtech [10.0.0.52]) by oden.vtab.com (Postfix) with ESMTP id C1B6626EE7B; Tue, 16 Jan 2007 11:47:53 +0100 (CET) Received: (from mattias@localhost) by virtutech.se (8.11.6/8.11.6) id l0GAlpu28295; Tue, 16 Jan 2007 11:47:51 +0100 Date: Tue, 16 Jan 2007 11:47:51 +0100 Message-Id: <200701161047.l0GAlpu28295@virtutech.se> From: "=?iso-8859-1?q?Mattias_Engdeg=E5rd?=" To: colanderman@gmail.com Cc: Hamartiology@squeg.net, caml-list@yquem.inria.fr In-reply-to: <875c7e070701152018s4eca17b1i72a10440e0c1edef@mail.gmail.com> (colanderman@gmail.com) Subject: Re: [Caml-list] va_arg values Content-Type: text/plain; charset=iso-8859-1 References: <200701132310.l0DNArug026315@discorde.inria.fr> <875c7e070701152018s4eca17b1i72a10440e0c1edef@mail.gmail.com> X-Virus-Scanned: ClamAV using ClamSMTP X-j-chkmail-Score: MSGID : 45ACAD5C.002 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 45ACAD5C.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; mattias:01 mattias:01 arrays:01 gcc:01 gcc:01 compiler:01 caml-list:01 arg:03 dynamic:03 args:05 standard:07 feature:08 example:10 invalid:11 doesn't:12 >> For >> example, CAMLlocalN(args, n + 1) is invalid because C does not allow >> you to declare dynamic arrays. > >K&R C doesn't, but GCC does. Not just GCC - it's a feature of standard C (C99), so any modern compiler will do.