2007-03-09 13:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/compiler/hbmain.c
    * removed #include "hbmemory.ch"
  * harbour/source/main/harbour.c
    * added #include "hbmemory.ch"
This commit is contained in:
Przemyslaw Czerpak
2007-03-09 11:59:58 +00:00
parent 8ce0d03aa0
commit 3ea271f158
3 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-03-09 13:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/compiler/hbmain.c
* removed #include "hbmemory.ch"
* harbour/source/main/harbour.c
* added #include "hbmemory.ch"
2007-03-09 04:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/common.mak
* harbour/makefile.bc

View File

@@ -61,7 +61,6 @@
#include "hbcomp.h"
#include "hbhash.h"
#include "hbmemory.ch"
#if defined(HB_OS_DOS) && defined(__BORLANDC__)
#include <limits.h>

View File

@@ -51,6 +51,7 @@
*/
#include "hbcomp.h"
#include "hbmemory.ch"
int main( int argc, char * argv[] )
{