From be26a1ce93e3ed24e57d2e0916f09252536994cb Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Fri, 2 Jul 2021 17:50:51 +0000 Subject: Begin work on set_prolog_flag/2 and current_prolog_flag/2 --- fns.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'fns.h') diff --git a/fns.h b/fns.h index 1a97b92..c897ddb 100644 --- a/fns.h +++ b/fns.h @@ -28,3 +28,15 @@ Builtin findbuiltin(Term *); /* flags.c */ void initflags(void); +Term *setflag(Rune *, Term *); + +/* error.c */ +Term *instantiationerror(void); +Term *typeerror(Rune *, Term *); +Term *domainerror(Rune *, Term *); +Term *existenceerror(Rune *, Term *); +Term *permissionerror(Rune *, Rune *, Term *); +Term *representationerror(Rune *); +Term *evaluationerror(Rune *); +Term *resourceerror(Rune *); +Term *syntaxerror(Rune *); -- cgit v1.2.3