| 
					
					
						
							
						
					
					
				 | 
				@ -104,7 +104,7 @@ private: | 
			
		
		
	
		
			
				 | 
				 | 
				        if (this->_freelist < -1) | 
				 | 
				 | 
				        if (this->_freelist < -1) | 
			
		
		
	
		
			
				 | 
				 | 
				            return; | 
				 | 
				 | 
				            return; | 
			
		
		
	
		
			
				 | 
				 | 
				        // Can we make room? | 
				 | 
				 | 
				        // Can we make room? | 
			
		
		
	
		
			
				 | 
				 | 
				        if (_garcol_fun(this)) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        if (this->_garcol_fun(this)) | 
			
		
		
	
		
			
				 | 
				 | 
				            if (this->_freelist < -1) | 
				 | 
				 | 
				            if (this->_freelist < -1) | 
			
		
		
	
		
			
				 | 
				 | 
				                return; | 
				 | 
				 | 
				                return; | 
			
		
		
	
		
			
				 | 
				 | 
				        // No! Have to grow the hash table. | 
				 | 
				 | 
				        // No! Have to grow the hash table. | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -112,7 +112,7 @@ private: | 
			
		
		
	
		
			
				 | 
				 | 
				      #else | 
				 | 
				 | 
				      #else | 
			
		
		
	
		
			
				 | 
				 | 
				        // workaround Sun C++ 4.1 inline function compiler bug | 
				 | 
				 | 
				        // workaround Sun C++ 4.1 inline function compiler bug | 
			
		
		
	
		
			
				 | 
				 | 
				        if (this->_freelist >= -1) { | 
				 | 
				 | 
				        if (this->_freelist >= -1) { | 
			
		
		
	
		
			
				 | 
				 | 
				            if (!_garcol_fun(this) || (this->_freelist >= -1)) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            if (!this->_garcol_fun(this) || (this->_freelist >= -1)) | 
			
		
		
	
		
			
				 | 
				 | 
				                grow(); | 
				 | 
				 | 
				                grow(); | 
			
		
		
	
		
			
				 | 
				 | 
				        } | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				      #endif | 
				 | 
				 | 
				      #endif | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |