19990919-17:14 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-19 15:27:58 +00:00
parent 04f1dd6091
commit abcd85fbd6
3 changed files with 33 additions and 1 deletions

View File

@@ -41,6 +41,13 @@
* memvars now - we should add runtime recognition of variable type)
* - work in progress (rglab@imid.med.pl)
* 4) in some cases incorrect warnings are generated when -w option is used
* 5) in some cases GPF occurs when -w option is used, example:
* LOCAL nDouble := NumAnd32(RandGetLong() / 65536, 32767) / 997
* 6) support for expr:expr (QSELF():cVar) syntax.
* see tests/broken/clasname.prg
* 7) Change the pcode generated by ::cVar from Self:cVar to QSELF():cVar
* 8) Support this syntax: _FIELD->c->mmezo := mt
* 9) Support this syntax: nPtr := @Hello()
*/
/* Compile using: bison -d -v harbour.y */
@@ -270,7 +277,9 @@ static BOOL SwitchCmp( char * szString, char * szSwitch );
void PrintUsage( char * );
void PrintCredits( void );
#define YYDEBUG 1 /* Parser debug information support */
#ifdef HARBOUR_YYDEBUG
#define YYDEBUG 1 /* Parser debug information support */
#endif
typedef enum
{