fix PROTO problem
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1105 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
2a1fbb6e88
commit
e4b56ab05f
@ -26,7 +26,9 @@ STATIC_PROTO(int rtable_hash_op, (OPCODE));
|
|||||||
STATIC_PROTO(void InitReverseLookupOpcode, (void));
|
STATIC_PROTO(void InitReverseLookupOpcode, (void));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int
|
int STD_PROTO(rational_tree_loop,(CELL *, CELL *, CELL **));
|
||||||
|
|
||||||
|
int
|
||||||
rational_tree_loop(CELL *pt0, CELL *pt0_end, CELL **to_visit0)
|
rational_tree_loop(CELL *pt0, CELL *pt0_end, CELL **to_visit0)
|
||||||
{
|
{
|
||||||
CELL **to_visit = to_visit0;
|
CELL **to_visit = to_visit0;
|
||||||
|
Reference in New Issue
Block a user