diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 27f7dd2699..d9ffbd6a76 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * source/compiler/cmdcheck.c + - remove /gc3 switch + ! add additional arguments to switch /n : + /n or /n0 = no implicit proc but with startup proc /n1 = no implicit proc and no startup proc /n- = generates implicit procedure Note: Previously, Harbour did not create (implicit )starting procedure diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index 43557b217f..d64c694f40 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -180,6 +180,6 @@ void hb_compPrintLogo( void ) { printf( "Harbour Compiler %d.%d.%d (%s)\n", HB_VER_MAJOR, HB_VER_MINOR, HB_VER_REVISION, HB_VER_LEX ); - printf( "Copyright 1999-2001, http://www.harbour-project.org/\n" ); + printf( "Copyright 1999-2002, http://www.harbour-project.org/\n" ); }