This commit is contained in:
Andi Jahja
2002-01-01 05:27:03 +00:00
parent ff14969c2d
commit ccc3242ad1
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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

View File

@@ -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" );
}