The following programme only compiles if either I lift the _ctor_ declaration out of the proc f or if I write var ap = _ctor_apoot p. Is this a bug or is this a lookup rule that I've asked about in different guise before?
#import <flx.flxh> type poot = "int"; type apoot = "int*"; var p: poot; proc f { fun _ctor_apoot: poot -> apoot = "&$1"; var ap = apoot p; } ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language