2012-11-29 13:21 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/hbtest.prg
! missed STATIC from an internal function
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-29 13:21 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* src/rtl/hbtest.prg
|
||||
! missed STATIC from an internal function
|
||||
|
||||
2012-11-29 13:16 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbgd/tests/hbmk.hbm
|
||||
* contrib/hbgd/tests/animgif.prg
|
||||
|
||||
@@ -222,7 +222,7 @@ FUNCTION XToStr( xValue )
|
||||
|
||||
RETURN iif( xValue == NIL, "NIL", "" )
|
||||
|
||||
FUNCTION XToStrE( xValue )
|
||||
STATIC FUNCTION XToStrE( xValue )
|
||||
|
||||
SWITCH ValType( xValue )
|
||||
CASE "C"
|
||||
|
||||
Reference in New Issue
Block a user