summaryrefslogtreecommitdiff
path: root/modules/integer/macros/buildmacros.sce
blob: 05242db394303d8ac4ffe279080efbde02dc93c4 (plain)
1
2
3
4
5
6
7
8
9
//------------------------------------
// Allan CORNET INRIA 2005
//------------------------------------
if (isdef("genlib") == %f) then
    exec(SCI+"/modules/functions/scripts/buildmacros/loadgenlib.sce");
end
//------------------------------------
genlib("integerlib","SCI/modules/integer/macros",%f,%t);
//------------------------------------