Andi Jahja <harbour@cbn.net.id>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user