*** empty log message ***
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
19990623-01:00 CET Victor Szel <info@szelvesz.hu>
|
||||
* source/rtl/asort.prg
|
||||
! source/rtl/asort.prg
|
||||
Added patch posted by
|
||||
Dave Pearson <davep@hagbard.demon.co.uk>
|
||||
quicksort() is STATIC now.
|
||||
+ source/rtl/types.h
|
||||
SYMBOL_UNUSED() macro added.
|
||||
|
||||
19990622-00:35 Ryszard Glab <rglab@imid.med.pl>
|
||||
* source/compiler/harbour.y
|
||||
|
||||
@@ -71,6 +71,8 @@ typedef HARBOUR ( * HARBOURFUNC )( void );
|
||||
#define _POSIX_PATH_MAX 255
|
||||
#endif
|
||||
|
||||
#define SYMBOL_UNUSED(symbol) (void)symbol
|
||||
|
||||
#define IS_BYREF( p ) ( ( p )->wType & IT_BYREF )
|
||||
#define IS_OF_TYPE( p, t ) ( ( ( p )->wType & ~IT_BYREF ) == t )
|
||||
#define IS_ARRAY( p ) IS_OF_TYPE( p, IT_ARRAY )
|
||||
|
||||
Reference in New Issue
Block a user