Left set.ch out of it

This commit is contained in:
Eddie Runia
1999-05-14 19:39:30 +00:00
parent 3136a1030b
commit fb5020006d
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
19990514-20:30 CET Eddie Runia
* include/set.ch
added
* source/rtl/classes.c
Unreleased memory block in inline resolved
19990514-20:15 CET Eddie Runia
* source/rtl/gtapi.c
A lot of #ifdef #endif added or else it couldn't build out of the box.

View File

@@ -185,6 +185,8 @@ static HARBOUR EvalInline( void )
for( w = 1; w <= _pcount(); w++ )
Push( _param( w, IT_ANY ) );
Do( _pcount() + 1 ); /* Self is also an argument */
ItemRelease( &block );
}
static HARBOUR Virtual( void )