Commit Graph

8 Commits

Author SHA1 Message Date
Ryszard Glab
290366a8c3 See Changelog 19990618-07:50 1999-06-18 07:13:23 +00:00
Ron Pinkas
55c69a0a18 19990615-23:20 PST Ron Pinkas <Ron@Profit-Master.com>
* compiler.h
    added member cType to struct VAR
  * harbour.y
    added { iVarScope = VS_MEMVAR; } to PRIVATE, PUBLIC, and PARAMETERS statements to avoid errounous error:
    "declaration follows executable statement"
    added: AliasExp '=' Expression Crlf { /* TODO */ GenPCode1( _POP ); }
    to statement definition to avoid parse error on M->Var = "Value" statments.
    the _POP will balance the stack but the assignment is not implemented yet.
    changed --iLine to iLine in yyerror() to correct errornous line numbers in parase error messages.
    added check for null pointer on few references to pVars->szName

  * hbpp.c, hbpmain.c, hbpint.c
    prefixed messages in all printf() with \n and postfixed with \n until modification to GenWarning() and GenError()
1999-06-18 04:50:48 +00:00
David G. Holm
178f6d8c08 See ChangeLog entry 19990617-13:00 EDT David G. Holm <dholm@jsd-llc.com> 1999-06-17 18:09:21 +00:00
David G. Holm
887ef3cdc6 See ChangeLog entry 19990616-22:50 EDT David G. Holm <dholm@jsd-llc.com> 1999-06-17 03:57:19 +00:00
David G. Holm
52968093d9 See ChangeLog entry 19990616-13:45 EDT David G. Holm <dholm@jsd-llc.com> 1999-06-16 18:50:27 +00:00
Alexander S.Kresin
bf5ef6d500 Updating preprocessor files 1999-06-16 08:28:08 +00:00
David G. Holm
ca2eae46c1 See ChangeLog entry 19990615-22:55 EDT David G. Holm <dholm@jsd-llc.com> 1999-06-16 04:04:53 +00:00
Alexander S.Kresin
c59fb2106b Preprocessor integrated with compiler 1999-06-15 08:30:28 +00:00