~vkolesnikov/pbxt/pbxt-drizzle-merge

« back to all changes in this revision

Viewing changes to src/heap_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-03-26 10:36:38 UTC
  • mfrom: (598.1.1 pbxt)
  • Revision ID: paul.mccullagh@primebase.org-20090326103638-mie9ly04djrzsefr
Merged changes for RN232

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
#ifdef DEBUG
76
76
xtPublic void xt_mm_heap_reference(XTThreadPtr self, XTHeapPtr hp, u_int line, c_char *file)
77
77
#else
78
 
xtPublic void xt_heap_reference(XTThreadPtr self, XTHeapPtr hp)
 
78
xtPublic void xt_heap_reference(XTThreadPtr, XTHeapPtr hp)
79
79
#endif
80
80
{
81
81
        xt_spinlock_lock(&hp->h_lock);