Hi Przemek,

Shouldn't the last (input buffer) parameter of hb_gtRest()
be also protected with 'const'?

Brgds,
Viktor

On 2009.06.26., at 3:17, [email protected] wrote:

Revision: 11530
         
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11530&view=rev
Author:   druzus
Date:     2009-06-26 01:17:15 +0000 (Fri, 26 Jun 2009)

Log Message:
-----------
2009-06-26 03:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
 * harbour/include/hbvm.h
 * harbour/include/hbapicdp.h
 * harbour/include/hbinit.h
 * harbour/include/hbapi.h
 * harbour/source/vm/initsymb.c
 * harbour/source/vm/macro.c
 * harbour/source/vm/hvm.c
 * harbour/source/vm/maindllp.c
 * harbour/source/vm/fm.c
 * harbour/source/vm/memvars.c
 * harbour/source/vm/set.c
 * harbour/source/rtl/cdpapi.c
   * replace old hb_vmProcessSymbols() with hb_vmProcessSymbolsEx()
and removed hb_vmProcessSymbolsEx() - it efectively force all .prg
     code recompilation
   * removed old hb_vmProcessDllSymbols()
   * changed 'char *' to 'const char *' in:
        const char * hb_cdpSelectID( const char * );
        const char * hb_cdpID( void );
        void hb_xsetfilename( const char * szValue );
        void hb_xsetinfo( const char * szValue );
        int hb_memvarScope( const char * szVarName, ULONG ulLength );
        const char * hb_macroGetType( HB_ITEM_PTR pItem );

Modified Paths:
--------------
   trunk/harbour/ChangeLog
   trunk/harbour/include/hbapi.h
   trunk/harbour/include/hbapicdp.h
   trunk/harbour/include/hbinit.h
   trunk/harbour/include/hbvm.h
   trunk/harbour/source/rtl/cdpapi.c
   trunk/harbour/source/vm/fm.c
   trunk/harbour/source/vm/hvm.c
   trunk/harbour/source/vm/initsymb.c
   trunk/harbour/source/vm/macro.c
   trunk/harbour/source/vm/maindllp.c
   trunk/harbour/source/vm/memvars.c
   trunk/harbour/source/vm/set.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to