Hi All,

Just a note to the list:

I'll remove hb_itemPutCPtr2() and change hb_itemPutCPtr()
to not accept a 'length' parameter anymore. This will close the
fix of this very old bug.

3rd party code using hb_itemPutCPtr() with a length parameter
will have to change it to hb_itemPutCLPtr().

Unlikely, but 3rd party code using hb_itemPutCPtr2() will
have to be changed to hb_itemPutCPtr().

Compiler will give proper errors, so it's easy to find where to
modify.

So, shortly:
1) hb_itemPutCPtr (with three params) -> hb_itemPutCLPtr
2) hb_itemPutCPtr2 -> hb_itemPutCPtr

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to