(file) Return to alloc.h CVS log (file) (dir) Up to [OMI] / omi / base

Diff for /omi/base/alloc.h between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:09 version 1.3, 2015/04/20 18:19:49
Line 87 
Line 87 
     return Batch_GetClear(batch, size);     return Batch_GetClear(batch, size);
 } }
  
 MI_INLINE MI_Char* BStrdup(  MI_INLINE ZChar* BStrdup(
     Batch* batch,     Batch* batch,
     const MI_Char* str,      const ZChar* str,
     CallSite callSite)     CallSite callSite)
 { {
     MI_UNUSED(callSite);     MI_UNUSED(callSite);
     return Batch_Zdup(batch, str);      return Batch_Tcsdup(batch, str);
 } }
  
 END_EXTERNC END_EXTERNC


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ViewCVS 0.9.2