2013-03-19 02:42 UTC+0100 Viktor Szakats (harbour syenar.net)
* doc/howtorep.txt
* minor casing
* src/vm/dlmalloc.c
* src/vm/hvm.c
! fixed mingw -Wstrict-prototypes warnings
This commit is contained in:
@@ -1024,7 +1024,7 @@ DLMALLOC_EXPORT size_t dlmalloc_max_footprint(void);
|
||||
guarantee that this number of bytes can actually be obtained from
|
||||
the system.
|
||||
*/
|
||||
DLMALLOC_EXPORT size_t dlmalloc_footprint_limit();
|
||||
DLMALLOC_EXPORT size_t dlmalloc_footprint_limit(void);
|
||||
|
||||
/*
|
||||
malloc_set_footprint_limit();
|
||||
|
||||
@@ -12232,6 +12232,7 @@ HB_LANG_REQUEST( HB_LANG_DEFAULT )
|
||||
HB_EXTERN_BEGIN
|
||||
extern void HB_FORCE_LINK_MAIN( void );
|
||||
HB_EXTERN_END
|
||||
extern void _hb_forceLinkMain( void );
|
||||
void _hb_forceLinkMain()
|
||||
{
|
||||
HB_FORCE_LINK_MAIN();
|
||||
|
||||
Reference in New Issue
Block a user