[cmucl-help] Re : Re : Disabling the automated code deletion when compiling.

Willem Broekema metawilm at gmail.com
Fri Nov 5 01:17:04 CET 2010


On Wed, Nov 3, 2010 at 9:01 PM, Raymond Toy <toy.raymond at gmail.com> 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


More information about the cmucl-help mailing list