mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Merge pull request #2233 from psychon/cplex_parser
lp_tokenizer: Add missing verbose print
This commit is contained in:
		
						commit
						a27f083177
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -411,6 +411,7 @@ private:
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    m_buffer.push_back(0);
 | 
					                    m_buffer.push_back(0);
 | 
				
			||||||
                    m_tokens.push_back(asymbol(symbol(m_buffer.c_ptr()), in.line()));
 | 
					                    m_tokens.push_back(asymbol(symbol(m_buffer.c_ptr()), in.line()));
 | 
				
			||||||
 | 
					                    IF_VERBOSE(10, verbose_stream() << "tok: " << m_tokens.back() << "\n");
 | 
				
			||||||
                    continue;
 | 
					                    continue;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue