Changeset ef0a94 in git for misc


Ignore:
Timestamp:
Feb 13, 2019, 5:39:27 PM (4 years ago)
Author:
Reimer Behrends <behrends@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e26df3f314b9946ffef7f945cbe5c66517600b92
Parents:
d669f7b103e531e130535f2141dd1d77cfa31a81
Message:
Final ppcc fixes (part 2).
Location:
misc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • misc/intset.cc

    rd669f7 ref0a94  
    209209  psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"insert_set",FALSE,insert_set);
    210210  psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"equal_set",FALSE,equal_set);
    211   VAR return MAX_TOK;
    212 }
     211  return MAX_TOK;
     212}
  • misc/lt.cc

    rd669f7 ref0a94  
    4040{
    4141  psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"same_lt",FALSE,same_lt);
    42   VAR return MAX_TOK;
     42  return MAX_TOK;
    4343}
  • misc/lt2.cc

    rd669f7 ref0a94  
    7474  psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"same_lt2",FALSE,same_lt2);
    7575  psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""),"cf_at",FALSE,cf_at);
    76   VAR return MAX_TOK;
     76  return MAX_TOK;
    7777}
  • misc/partition.cc

    rd669f7 ref0a94  
    9090     (currPack->libname? currPack->libname: ""),// the library name,
    9191    "partition"); // the help string for the module
    92   VAR return MAX_TOK;
     92  return MAX_TOK;
    9393}
    9494
Note: See TracChangeset for help on using the changeset viewer.