*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-07-27 19:17:24 +00:00
parent 7e86d57d3f
commit 9dc8c5ae41
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
19990727-21:00 CET Victor Szel <info@szelvesz.hu>
+ source/compiler/harbour.y - Help screen updated.
/a,/v added /t deleted, made it even more Clipper like.
original Clipper typo "supress" fixed.
19990727-20:15 GMT+2 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.y

View File

@@ -1483,6 +1483,7 @@ void PrintUsage( char * szSelf )
{
printf( "Syntax: %s <file.prg> [options]\n"
"\nOptions: \n"
"\t/a\t\tautomatic memvar declaration\n"
"\t/d<id>[=<val>]\t#define <id>\n"
#ifdef HARBOUR_OBJ_GENERATION
"\t/f\t\tgenerated object file\n"
@@ -1498,14 +1499,14 @@ void PrintUsage( char * szSelf )
"\t/l\t\tsuppress line number information\n"
"\t/n\t\tno implicit starting procedure\n"
"\t/o<path>\tobject file drive and/or path\n"
"\t/p\t\tgenerate pre-processed output ( .ppo ) file\n"
"\t/p\t\tgenerate pre-processed output (.ppo) file\n"
"\t/q\t\tquiet\n"
"\t/s\t\tsyntax check only\n"
"\t/t\t\talternative method of symbol table initialization\n"
"\t/y\t\ttrace lex & yacc activity\n"
"\t/z\t\tsupress .and. & .or. shortcutting\n"
"\t/10\t\trestrict symbol length to 10 characters\n"
"\t/v\t\tvariables are assumed M->\n"
"\t/w\t\tenable warnings\n"
"\t/y\t\ttrace lex & yacc activity\n"
"\t/z\t\tsuppress shortcutting (.and. & .or.)\n"
"\t/10\t\trestrict symbol length to 10 characters\n"
, szSelf );
}