Nicolas Neuss <[EMAIL PROTECTED]> writes:
> Raymond Toy <[EMAIL PROTECTED]> writes:
>
>>>>>>> "Nicolas" == Nicolas Neuss <[EMAIL PROTECTED]> writes:
>>
>> Don't know how to fix this.
>>
>> Ray
>
> Frightening... No one used enums before?
Well, I've done it and it worked :-)
> Maybe I will try again replacing them with int.
Actually, I replaced them with ints in lgtk. The reason was to be able
to find an idiomatic way to translate the typical
do_stuff( ENUM_1 | ENUM_2 | ENUM_3 );
to lisp code, which does not really work with the current way enums
are implemented in cmucl.