More fixes to external UDAFs
[com/gs-lite.git] / cfg / external_fcns.def
index 674c5c6..4ee0f19 100644 (file)
 ///////////////////////////////////////////////////////////
 
        uint FUN [LFTA_LEGAL, COST FREE] EQ (uint, uint);
+       uint FUN [LFTA_LEGAL, COST FREE] EQ (int, int);
        uint FUN [LFTA_LEGAL, COST FREE] EQ (ullong, ullong);
        uint FUN [LFTA_LEGAL, COST FREE] GEQ (uint, uint);
+       uint FUN [LFTA_LEGAL, COST FREE] GEQ (int, int);
        uint FUN [LFTA_LEGAL, COST FREE] GEQ (ullong, ullong);
        uint FUN [LFTA_LEGAL, COST FREE] LEQ (uint, uint);
+       uint FUN [LFTA_LEGAL, COST FREE] LEQ (int, int);
        uint FUN [LFTA_LEGAL, COST FREE] LEQ (ullong, ullong);