aboutsummaryrefslogtreecommitdiff
path: root/c/pl.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-16 18:27:21 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-16 18:27:21 +0200
commit54570cbc0d6e4798ad47a9db2e726372cfc13297 (patch)
tree2e178a43da331af8881fd2f2ee7709f09f346271 /c/pl.h
parentbd812f7d928aa64f837e2fbd23e372ab65d03d87 (diff)
downloadEpisodeBrowser-54570cbc0d6e4798ad47a9db2e726372cfc13297.tar.gz
Formatting.
Diffstat (limited to 'c/pl.h')
-rw-r--r--c/pl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/pl.h b/c/pl.h
index ad13dcc..e91aff0 100644
--- a/c/pl.h
+++ b/c/pl.h
@@ -6,6 +6,7 @@
int PL_get_tchars(term_t, TCHAR **, int);
int Plx(const char *, const char *);
+
struct Query
{
Query(module_t ctx, predicate_t p, term_t t0);
@@ -17,9 +18,6 @@ private:
qid_t m_q;
};
-#define DLVSIKEY 0
-#define DLVSIVALUE 1
-
/* Polymorphic aliases for PL_put_*, PL_get_*. */
inline int PlPut(term_t t, int x) { return PL_put_integer(t, x); }
inline int PlPut(term_t t, long x) { return PL_put_integer(t, x); }