axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] reproducibility of a segmentation fault when the c


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] reproducibility of a segmentation fault when the compiler encounters a macro (with $lisp) badly indented
Date: Sat, 19 Aug 2006 19:14:48 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

Reproducible, with my compilation of axiom--main-1 on debian sarge.

But have you tried the slightly modified file (see attachment).
I simply have removed the Q... macros. ;-)

Anyway that is a very good example why pile syntax is terrible.

Ralf
)abbrev domain MYIARR MyIndexedOneDimensionalArray
MyIndexedOneDimensionalArray(S:Type, mn:Integer):_
                 Exports == Implementation where
  Exports == OneDimensionalArrayAggregate S with
    myProperty

  Implementation == add
   minIndex x       == mn


reply via email to

[Prev in Thread] Current Thread [Next in Thread]