vcvsset.c, cleanup order of TSTALLOC() invocations
This commit is contained in:
parent
b9a954df60
commit
d84f3af2d3
|
|
@ -52,8 +52,8 @@ if((here->ptr = SMPmakeElt(matrix, here->first, here->second)) == NULL){\
|
|||
|
||||
TSTALLOC(VCVSposIbrptr, VCVSposNode, VCVSbranch)
|
||||
TSTALLOC(VCVSnegIbrptr, VCVSnegNode, VCVSbranch)
|
||||
TSTALLOC(VCVSibrNegptr, VCVSbranch, VCVSnegNode)
|
||||
TSTALLOC(VCVSibrPosptr, VCVSbranch, VCVSposNode)
|
||||
TSTALLOC(VCVSibrNegptr, VCVSbranch, VCVSnegNode)
|
||||
TSTALLOC(VCVSibrContPosptr, VCVSbranch, VCVScontPosNode)
|
||||
TSTALLOC(VCVSibrContNegptr, VCVSbranch, VCVScontNegNode)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue