mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	fix use of Z3_bool -> Z3_lbool
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									76dec85c93
								
							
						
					
					
						commit
						32c9af5e5a
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -2452,7 +2452,6 @@ Z3_lbool ext_check(Z3_ext_context ctx) {
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        printf("\n");
 | 
					        printf("\n");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    return result;
 | 
					    return result;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2464,7 +2463,7 @@ void incremental_example1() {
 | 
				
			||||||
    Z3_context     ctx     = ext_ctx->m_context;
 | 
					    Z3_context     ctx     = ext_ctx->m_context;
 | 
				
			||||||
    Z3_ast x, y, z, two, one;
 | 
					    Z3_ast x, y, z, two, one;
 | 
				
			||||||
    unsigned c1, c2, c3, c4;
 | 
					    unsigned c1, c2, c3, c4;
 | 
				
			||||||
    Z3_bool result;
 | 
					    Z3_lbool result;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    printf("\nincremental_example1\n");
 | 
					    printf("\nincremental_example1\n");
 | 
				
			||||||
    LOG_MSG("incremental_example1");
 | 
					    LOG_MSG("incremental_example1");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue