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:
Viktor Szakats
2012-11-29 12:21:40 +00:00
parent c9253bf306
commit 354eb93c57
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -222,7 +222,7 @@ FUNCTION XToStr( xValue )
RETURN iif( xValue == NIL, "NIL", "" )
FUNCTION XToStrE( xValue )
STATIC FUNCTION XToStrE( xValue )
SWITCH ValType( xValue )
CASE "C"