mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Merge branch 'WpedanticFix' of https://github.com/Dmitriy403/z3 into Dmitriy403-WpedanticFix
This commit is contained in:
commit
57db321daf
|
@ -1912,7 +1912,7 @@ namespace z3 {
|
|||
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
/*@}*/
|
||||
/*@}*/
|
||||
|
|
|
@ -234,7 +234,7 @@ extern "C" {
|
|||
/*@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif
|
||||
|
|
|
@ -8116,7 +8116,7 @@ END_MLAPI_EXCLUDE
|
|||
|
||||
#ifndef CAMLIDL
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif // __cplusplus
|
||||
#else
|
||||
}
|
||||
|
|
|
@ -935,7 +935,7 @@ extern "C" {
|
|||
/*@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif
|
||||
|
|
|
@ -287,7 +287,7 @@ extern "C" {
|
|||
/*@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif
|
||||
|
|
|
@ -55,7 +55,7 @@ extern "C" {
|
|||
/*@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif
|
||||
|
|
|
@ -208,7 +208,7 @@ extern "C" {
|
|||
/*@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue