- Timestamp:
- Feb 13, 2019, 5:39:27 PM (4 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e26df3f314b9946ffef7f945cbe5c66517600b92
- Parents:
- d669f7b103e531e130535f2141dd1d77cfa31a81
- Location:
- misc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/intset.cc
rd669f7 ref0a94 209 209 psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"insert_set",FALSE,insert_set); 210 210 psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"equal_set",FALSE,equal_set); 211 VARreturn MAX_TOK;212 } 211 return MAX_TOK; 212 } -
misc/lt.cc
rd669f7 ref0a94 40 40 { 41 41 psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"same_lt",FALSE,same_lt); 42 VARreturn MAX_TOK;42 return MAX_TOK; 43 43 } -
misc/lt2.cc
rd669f7 ref0a94 74 74 psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"same_lt2",FALSE,same_lt2); 75 75 psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"cf_at",FALSE,cf_at); 76 VARreturn MAX_TOK;76 return MAX_TOK; 77 77 } -
misc/partition.cc
rd669f7 ref0a94 90 90 (currPack->libname? currPack->libname: ""),// the library name, 91 91 "partition"); // the help string for the module 92 VARreturn MAX_TOK;92 return MAX_TOK; 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.