mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
							parent
							
								
									2c078b01da
								
							
						
					
					
						commit
						19c72ab519
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -24,7 +24,8 @@ namespace smt2 {
 | 
			
		|||
    void scanner::next() {
 | 
			
		||||
        if (m_cache_input)
 | 
			
		||||
            m_cache.push_back(m_curr);
 | 
			
		||||
        SASSERT(!m_at_eof);
 | 
			
		||||
        if (m_at_eof)
 | 
			
		||||
            throw scanner_exception("unexpected end of file");
 | 
			
		||||
        if (m_interactive) {
 | 
			
		||||
            m_curr = m_stream.get();
 | 
			
		||||
            if (m_stream.eof())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue