From 54570cbc0d6e4798ad47a9db2e726372cfc13297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 16 Jul 2022 18:27:21 +0200 Subject: Formatting. --- c/pl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'c/pl.h') 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); } -- cgit v1.2.3