vcvsset.c, cleanup order of TSTALLOC() invocations

This commit is contained in:
Francesco Lannutti 2013-05-29 22:36:33 +02:00 committed by rlar
parent b9a954df60
commit d84f3af2d3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}