Vanuxem Grégory <[EMAIL PROTECTED]> writes:

> Hello,
> 
> Is this bug reproducible ?

Yes it is. However, I think that the macro definitions should all be indented
by the same amount. I.e., try

)abbrev domain MYIARR MyIndexedOneDimensionalArray
MyIndexedOneDimensionalArray(S:Type, mn:Integer):_
                 Exports == Implementation where
  Qsetelt ==> SETELT$Lisp
  Qnew ==> GETREFV$Lisp

  Exports == OneDimensionalArrayAggregate S with


> If someone can try to compile, in a fresh new axiom session, the
> attached file. I get a segmentation fault.
> 
> Greg
> 
> )abbrev domain MYIARR MyIndexedOneDimensionalArray
> MyIndexedOneDimensionalArray(S:Type, mn:Integer):_
>                  Exports == Implementation where
>    Qsetelt ==> SETELT$Lisp
>    Qnew ==> GETREFV$Lisp
> 
>   Exports == OneDimensionalArrayAggregate S with
> 
>     myProperty
> 
>   Implementation == add
> 
>    minIndex x       == mn
> 
> _______________________________________________
> Axiom-developer mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/axiom-developer



_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to