summaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-15 22:04:03 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-15 22:04:03 +0000
commit2a77288e28f2725b5621c239d2393d49f61993e8 (patch)
tree9aeebb7b09ce2350c71dacb5d3191c494d1a3780 /fns.h
parentd4fc86d5988dacfca455cac55aae71ad4fd3bb95 (diff)
Make read_term understand the three read options:
variables(Vars), variable_names(VarNames), singletons(Singles) as required per the ISO standard
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fns.h b/fns.h
index 5a5ba88..c072d12 100644
--- a/fns.h
+++ b/fns.h
@@ -59,7 +59,7 @@ int isinputstream(Term *);
int isoutputstream(Term *);
int istextstream(Term *);
int isbinarystream(Term *);
-int readterm(Term *, Term *, Term **);
+int readterm(Term *, Term **);
void writeterm(Term *, Term *, Term *);
/* module.c */