Hello, Camm Maguire <[EMAIL PROTECTED]> writes:
>> 1. The declaration of return values is probably NYI: >> >> (defun foo () >> (declare (values fixnum)) >> 1) >> => Warning: Type declaration was found for not bound variable FIXNUM > > Yep, not yet implemented. This is just a warning for you, right? Yes, so I'll simply ignore it. (But, even if the result is the same, it would look nicer if GCL would ignore the values declaration:-). >> 2. A bug with type declarations: > > Just committed a fix here. Please let me know if problems persist. This is working fine now, thanks. Compilation now stops some files later because DEFINE-SYMBOL-MACRO is missing. How is the status there? Yours, Nicolas. _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
