ChangeLog 20000124-14:05 GMT+1

This commit is contained in:
Ryszard Glab
2000-01-24 12:50:20 +00:00
parent 2cf4996a94
commit 5ab2ebed7e
4 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
20000124-14:05 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/memoline.c
* fixed 'max' to 'HB_MAX_'
*source/rtl/mlpos.c
* added RCS ID
*source/rtl/Makefile
* added mlpos.c file
20000124-13:30 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.y

View File

@@ -35,6 +35,7 @@ C_SOURCES=\
memoline.c \
memvars.c \
mlcount.c \
mlpos.c \
mouseapi.c \
mtran.c \
natmsg.c \

View File

@@ -70,7 +70,7 @@ HARBOUR HB_MEMOLINE( void )
case HB_CHAR_LF:
ulCurLength = 0;
ulLastSpace = 0;
ulLineEnd = max( ulPos - 2, ulLineBegin ) ;
ulLineEnd = HB_MAX_( ulPos - 2, ulLineBegin ) ;
ulLines++;
if( ulLines < ulLineNumber )
{

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* MLPOS() function