mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									2f0a049df8
								
							
						
					
					
						commit
						a81c7c48d0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -130,7 +130,8 @@ eautomaton* re2automaton::re2aut(expr* e) { | |||
|         return alloc(eautomaton, sm); | ||||
|     } | ||||
|     else if (u.re.is_full(e)) { | ||||
|         sym_expr* _true = sym_expr::mk_pred(expr_ref(m.mk_true(), m)); | ||||
|         expr_ref tt(m.mk_true(), m); | ||||
|         sym_expr* _true = sym_expr::mk_pred(tt); | ||||
|         return eautomaton::mk_loop(sm, _true); | ||||
|     } | ||||
| #if 0 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue