2011-01-18 12:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbfoxpro/misc.prg
    ! PROCEDURE -> FUNCTION
This commit is contained in:
Przemyslaw Czerpak
2011-01-18 11:49:00 +00:00
parent 15b1f94fd5
commit 1b181eaae2
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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