summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2018-03-18 01:15:07 +0000
committeraiju <devnull@localhost>2018-03-18 01:15:07 +0000
commit9f18b0f388a38a35ea8920fe3e98c7f8e3a41cf2 (patch)
treea9cebbf768e0f81e03ac83e89759831709877d7b /sys/include
parentc3c7429dc264396c96a6d56831357eeb54781097 (diff)
add #pragma incomplete to sat.h
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/sat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/include/sat.h b/sys/include/sat.h
index ec3f86448..0fd84fcd3 100644
--- a/sys/include/sat.h
+++ b/sys/include/sat.h
@@ -7,6 +7,10 @@ typedef struct SATBlock SATBlock;
typedef struct SATVar SATVar;
typedef struct SATLit SATLit;
typedef struct SATConflict SATConflict;
+#pragma incomplete SATClause
+#pragma incomplete SATVar
+#pragma incomplete SATLit
+#pragma incomplete SATConflict
/* user adjustable parameters */
struct SATParam {