~zorba-coders/zorba/bug897588

« back to all changes in this revision

Viewing changes to src/store/naive/qname_pool.cpp

  • Committer: Tarmac
  • Author(s): Markos Zaharioudakis
  • Date: 2012-01-24 11:54:24 UTC
  • mfrom: (10584.1.29 markos-scratch)
  • Revision ID: tarmac-20120124115424-myknrxj5vy6etcmf
More types-related optimizations for the comparison operators Approved: Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
********************************************************************************/
64
64
QNamePool::~QNamePool() 
65
65
{
66
 
  ulong n = (ulong)theHashSet.theHashTab.size();
67
 
  for (ulong i = 0; i < n; i++)
 
66
  csize n = theHashSet.theHashTab.size();
 
67
  for (csize i = 0; i < n; ++i)
68
68
  {
69
69
    if (!theHashSet.theHashTab[i].isFree())
70
70
    {