Revision: 11520
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11520&view=rev
Author:   vszakats
Date:     2009-06-24 20:37:05 +0000 (Wed, 24 Jun 2009)

Log Message:
-----------
2009-06-24 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
  * include/hbapi.h
  * include/hbapiitm.h
  * source/vm/itemapi.c
  * source/vm/arrays.c
  * source/vm/extend.c
    ; Started addition of 'const' keywords where applicable.
    * First pass:
      extern HB_EXPORT const char * hb_parc( int iParam );
      extern HB_EXPORT const char * hb_parcx( int iParam );
      extern HB_EXPORT const char * hb_itemGetCPtr( PHB_ITEM pItem );
      extern HB_EXPORT const char * hb_arrayGetCPtr( PHB_ITEM pArray, ULONG 
ulIndex );
    ; NOTE: This modification will break code in most compilers,
            especially in C++ mode.
            As a next steps source code will have to be modified
            according to this change. Be patient, don't report all
            errors to the developers. You can join the code cleanup.

  * source/vm/dynsym.c
  * source/vm/itemapi.c
  * source/vm/arrays.c
  * source/vm/memvars.c
  * source/vm/extend.c
  * source/vm/set.c
  * source/vm/classes.c
    * 'const's added to caller code.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/include/hbapi.h
    trunk/harbour/include/hbapiitm.h
    trunk/harbour/source/vm/arrays.c
    trunk/harbour/source/vm/classes.c
    trunk/harbour/source/vm/dynsym.c
    trunk/harbour/source/vm/extend.c
    trunk/harbour/source/vm/itemapi.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
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to