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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user