mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	add format #879
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									4782e19086
								
							
						
					
					
						commit
						a0a81fc2d7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -942,7 +942,7 @@ def def_API(name, result, params):
 | 
			
		|||
                log_c.write("  Au(a%s);\n" % sz)
 | 
			
		||||
                exe_c.write("in.get_int_array(%s)" % i)
 | 
			
		||||
            else:
 | 
			
		||||
                error ("unsupported parameter for %s, %s" % (ty, name, p))
 | 
			
		||||
                error ("unsupported parameter for %s, %s, %s" % (ty, name, p))
 | 
			
		||||
        elif kind == OUT_ARRAY:
 | 
			
		||||
            sz   = param_array_capacity_pos(p)
 | 
			
		||||
            sz_p = params[sz]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue