mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e7e5d4c5bb
commit
efff6db567
25 changed files with 636 additions and 306 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "z3.h"
|
||||
#include "stdio.h"
|
||||
#include<stdio.h>
|
||||
#include"z3.h"
|
||||
|
||||
void tst_api_bug() {
|
||||
unsigned vmajor, vminor, vbuild, vrevision;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "z3.h"
|
||||
#include "windows.h"
|
||||
#include <windows.h>
|
||||
|
||||
class thread_check {
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "vector.h"
|
||||
#include "buffer.h"
|
||||
#undef ARRAYSIZE
|
||||
#include "windows.h"
|
||||
#include <windows.h>
|
||||
|
||||
class thread_check {
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
#include "windows.h"
|
||||
#include <windows.h>
|
||||
|
||||
void tst_timeout() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue