3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-26 18:45:33 +00:00

lower/upper case

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-08-04 17:36:42 -07:00
parent 5c6c601490
commit 2da3593f50
2 changed files with 3 additions and 2 deletions

View file

@ -50,7 +50,7 @@ typedef struct FStar_UInt128_uint128_s {
* latter is for internal use. */
typedef FStar_UInt128_uint128 FStar_UInt128_t, uint128_t;
#include "math/bigfix/lowstar_endianness.h"
#include "math/bigfix/LowStar_Endianness.h"
#endif