mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Make sure all headers do #pragma once
. (#6188)
This commit is contained in:
parent
3a8eb1e7ec
commit
3e38bbb009
41 changed files with 68 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
The truth table covers up to 6 inputs, which fits in 64 bits.
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
static uint64_t compute_shift(uint64_t x, unsigned code) {
|
||||
switch (code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue