From e4b56ab05f48b411a0b5313eb423cef887ea65ae Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 26 Jul 2004 16:02:25 +0000 Subject: [PATCH] fix PROTO problem git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1105 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/unify.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/C/unify.c b/C/unify.c index e0bb0e85e..1e7f9e8d9 100644 --- a/C/unify.c +++ b/C/unify.c @@ -26,7 +26,9 @@ STATIC_PROTO(int rtable_hash_op, (OPCODE)); STATIC_PROTO(void InitReverseLookupOpcode, (void)); #endif -static int +int STD_PROTO(rational_tree_loop,(CELL *, CELL *, CELL **)); + +int rational_tree_loop(CELL *pt0, CELL *pt0_end, CELL **to_visit0) { CELL **to_visit = to_visit0;