From 7f41b3637853346ddf4900c333b50d20755508e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Sat, 20 Oct 2012 10:48:42 +0100 Subject: [PATCH] fix typo --- H/rheap.h | 3 ++- H/rhstruct.h | 2 +- misc/HEAPFIELDS | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/H/rheap.h b/H/rheap.h index 59e2d1245..5c04ef8f2 100644 --- a/H/rheap.h +++ b/H/rheap.h @@ -253,6 +253,7 @@ static char SccsId[] = "@(#)rheap.c 1.3 3/15/90"; #define RestoreSWIBlobTypes() RestoreSWIBlobTypes__( PASS_REGS1 ) #define RestoreInvisibleAtoms() RestoreInvisibleAtoms__( PASS_REGS1 ) #define RestorePredHash() RestorePredHash__( PASS_REGS1 ) +#define RestoreHiddenPredicates() RestoreHiddenPredicates__( PASS_REGS1 ) #define RestoreDBTermsList() RestoreDBTermsList__( PASS_REGS1 ) #define RestoreExpandList() RestoreExpandList__( PASS_REGS1 ) #define RestoreIntKeys() RestoreIntKeys__( PASS_REGS1 ) @@ -727,7 +728,7 @@ RestoreSWIBlobs__( USES_REGS1 ) } static void -RestoreHidenPredicates( USES_REGS1 ) +RestoreHiddenPredicates__( USES_REGS1 ) { HIDDEN_PREDICATES = PropAdjust(HIDDEN_PREDICATES); RestoreEntries(HIDDEN_PREDICATES, TRUE PASS_REGS); diff --git a/H/rhstruct.h b/H/rhstruct.h index 4b84266e4..56fac927b 100644 --- a/H/rhstruct.h +++ b/H/rhstruct.h @@ -100,7 +100,7 @@ SWI_MODULE = AtomTermAdjust(SWI_MODULE); DBLOAD_MODULE = AtomTermAdjust(DBLOAD_MODULE); - RestoreHidenPredicates(); + RestoreHiddenPredicates(); diff --git a/misc/HEAPFIELDS b/misc/HEAPFIELDS index 597bd4e6b..57bfc7045 100644 --- a/misc/HEAPFIELDS +++ b/misc/HEAPFIELDS @@ -103,7 +103,7 @@ Term swi_module SWI_MODULE MkAT AtomSwi Term dbload_module DBLOAD_MODULE MkAT AtomDBLoad // hidden predicates -Prop hidden_predicates HIDDEN_PREDICATES =NULL RestoreHidenPredicates() +Prop hidden_predicates HIDDEN_PREDICATES =NULL RestoreHiddenPredicates() // // Module list