00001 /* 00002 Empty versions of Ctg routines, for use when 00003 we don't want to swap globals (or can't figure 00004 out how. 00005 00006 Orion Sky Lawlor, olawlor@acm.org, 2003/9/22 00007 */ 00008 #include "converse.h" 00009 00010 CpvDeclare(int, CmiPICMethod); 00011 00012 void CtgInit(void) { 00013 CpvInitialize(int, CmiPICMethod); 00014 CpvAccess(CmiPICMethod) = CMI_PIC_NOP; 00015 } 00016 void CtgInstall(CtgGlobals g) {} 00017 CtgGlobals CtgCreate(CthThread tid) {return 0;} 00018 CtgGlobals CtgPup(pup_er p,CtgGlobals g) { return 0;} 00019 void CtgFree(CtgGlobals g) {} 00020 CtgGlobals CtgCurrentGlobals(void) { return 0; }