From 1b181eaae2274433dec634a9516eff9019e65f09 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 18 Jan 2011 11:49:00 +0000 Subject: [PATCH] 2011-01-18 12:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbfoxpro/misc.prg ! PROCEDURE -> FUNCTION --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbfoxpro/misc.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ff4d2af9a6..d5b46285f7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-18 12:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbfoxpro/misc.prg + ! PROCEDURE -> FUNCTION + 2011-01-18 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexprb.c ! allow to use variable in parenthesis as lvalue when -kc switch diff --git a/harbour/contrib/hbfoxpro/misc.prg b/harbour/contrib/hbfoxpro/misc.prg index d0b22112d7..9e21929178 100644 --- a/harbour/contrib/hbfoxpro/misc.prg +++ b/harbour/contrib/hbfoxpro/misc.prg @@ -71,7 +71,7 @@ FUNCTION SYS( nValue, xPar1 ) RETURN NIL -STATIC PROCEDURE AFILLNESTED( aValue, xVal ) +STATIC FUNCTION AFILLNESTED( aValue, xVal ) LOCAL item FOR EACH item in aValue