From 849a1dbabd0b0737b8f5e33a9d81c02045da06c4 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Mon, 11 Oct 1999 12:30:12 +0000 Subject: [PATCH] 19991011-04:59 GMT+8 Ron Pinkas * harbour.y + SetLastPushPos() to bookmark position of last possible redundant push. + RemoveExtraPush() to reset pFunc->lpCodePos to last known bookmark - in effect removing redundant last push. --- harbour/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5fb572312b..50cfc1579a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19991011-04:59 GMT+8 Ron Pinkas + * harbour.y + + SetLastPushPos() to bookmark position of last possible redundant push. + + RemoveExtraPush() to reset pFunc->lpCodePos to last known bookmark - in effect removing redundant last push. + 19991011-13:42 GMT+1 Antonio Linares * source/vm/hvm.c * Finally fixed. Victor changed a wrong one I posted and