mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	add a few more statics to avoid symbol clashes
This commit is contained in:
		
							parent
							
								
									e697d3e810
								
							
						
					
					
						commit
						dedae29300
					
				
					 5 changed files with 9 additions and 11 deletions
				
			
		|  | @ -31,11 +31,11 @@ Notes: | |||
| #include"ufbv_tactic.h" | ||||
| 
 | ||||
| 
 | ||||
| tactic * mk_der_fp_tactic(ast_manager & m, params_ref const & p) { | ||||
| static tactic * mk_der_fp_tactic(ast_manager & m, params_ref const & p) { | ||||
|     return repeat(and_then(mk_der_tactic(m), mk_simplify_tactic(m, p))); | ||||
| } | ||||
| 
 | ||||
| tactic * mk_ufbv_preprocessor_tactic(ast_manager & m, params_ref const & p) { | ||||
| static tactic * mk_ufbv_preprocessor_tactic(ast_manager & m, params_ref const & p) { | ||||
|     params_ref no_elim_and(p); | ||||
|     no_elim_and.set_bool("elim_and", false); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue