* harbour/src/rtl/filesys.c
* unified hb_fsSeek[Large]() return value when seek operation cannot
be executed for given file handle. Now it's 0 for all platforms.
* harbour/include/hbapicls.h
* harbour/src/vm/classes.c
+ added new public C function
PHB_SYMB hb_clsFuncSym( HB_USHORT uiClass )
It returns class function symbol or NULL.
* harbour/ChangeLog
* harbour/config/os2/gccomf.mk
* harbour/include/hbpcode.h
* harbour/include/hbdebug.ch
* harbour/include/hbmath.ch
* harbour/include/hbgfx.ch
* harbour/src/vm/classes.c
* harbour/utils/hbmk2/hbmk2.prg
* removed dummy trailing spaces at EOLs
11 lines
190 B
Makefile
11 lines
190 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
# GCC with OMF object format.
|
|
#
|
|
# This is available with GCC 3.3.5 as an option,
|
|
# and with GCC 4.x this an obligatory option.
|
|
|
|
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/gcc.mk
|