aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-30 20:15:52 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-03-30 20:15:52 +0200
commitc9b8d278883a90f534f30f0830bb003460310823 (patch)
tree009344dc7955e0c971d1c5bac102f7805ea363aa /c/defs.h
parentd1bfa9c377b63ee051e668e8bb60f6051c65787d (diff)
downloadEpisodeBrowser-c9b8d278883a90f534f30f0830bb003460310823.tar.gz
Disregard foreign frames.
I don't think they're necessary.
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/defs.h b/c/defs.h
index d4504ed..fd258f6 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -33,8 +33,6 @@ void DlvShowEpisode(int);
#define Q(m,p,a,t) PL_open_query(NULL, PL_Q_NORMAL, PL_predicate(p,a,m), t)
#define Qn(q) PL_next_solution(q)
#define Qc(q) PL_cut_query(q)
-#define F(f) f = PL_open_foreign_frame()
-#define Fd(f) PL_discard_foreign_frame(f)
#define T(a) PL_new_term_refs(a)
#define PI(t,x) if (!PL_put_integer(t,x))
#define GI(t,x) if (!PL_get_integer(t,x))