Re: Re : Re : Disabling the automated code deletion when compiling.
Willem Broekema <[email protected]> Fri, 5 Nov 2010 01:17:04 +0100
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 3, 2010 at 9:01 PM, Raymond Toy <[email protected]> wrote: > Here is one problem. INTERN expects a string, but GENSYM returns a > symbol. ... and by default Allegro's INTERN is liberal in that it does accept symbols. To detect unportable code you can disable this by toggling excl:*intern-allows-symbol* - see: http://www.franz.com/support/documentation/8.2/doc/variables/excl/s_intern-allows-symbol_s.htm - Willem _______________________________________________ cmucl-help mailing list [email protected] http://lists.zs64.net/mailman/listinfo/cmucl-help