~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to src/heap_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-11-10 15:17:41 UTC
  • Revision ID: paul.mccullagh@primebase.org-20091110151741-skjch5yqshrilo14
Merged changes required to compile with Drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
}
74
74
 
75
75
#ifdef DEBUG_MEMORY
76
 
xtPublic void xt_mm_heap_reference(XTThreadPtr self, XTHeapPtr hp, u_int line, c_char *file)
 
76
xtPublic void xt_mm_heap_reference(XTThreadPtr XT_UNUSED(self), XTHeapPtr hp, u_int line, c_char *file)
77
77
#else
78
78
xtPublic void xt_heap_reference(XTThreadPtr, XTHeapPtr hp)
79
79
#endif