Greetings, and please excuse the delay. Nicolas Neuss <[EMAIL PROTECTED]> writes:
> 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? > Paul, am I correct in understanding that unlike symbol-macrolet, this will need explicit support in eval? Take care, > Yours, > Nicolas. > > > _______________________________________________ > Gcl-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gcl-devel > > > -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
