mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Some windows fixes.
This commit is contained in:
		
							parent
							
								
									11b4e7f7d8
								
							
						
					
					
						commit
						2119a758b3
					
				@ -76,7 +76,7 @@ bytes const& CompilerContext::getCompiledContract(const ContractDefinition& _con
 | 
			
		||||
 | 
			
		||||
bool CompilerContext::isLocalVariable(Declaration const* _declaration) const
 | 
			
		||||
{
 | 
			
		||||
	return m_localVariables.count(_declaration);
 | 
			
		||||
	return !!m_localVariables.count(_declaration);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
eth::AssemblyItem CompilerContext::getFunctionEntryLabel(Declaration const& _declaration)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user