Przemyslaw Czerpak
a398da282e
2008-10-29 17:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbcompdf.h
* harbour/include/hbexprb.c
* harbour/source/common/expropt1.c
* harbour/source/common/expropt2.c
! change the expressions precedence - references to variables were
wrongly marked as simple expressions
* harbour/include/hbexpra.c
! fixed protection against wrong static initializers. Now code like:
static s_var := { { func(), M->var } }
or:
static s_var := { "A" => { func() => M->var } }
or:
static s_var := { @M->var }
or:
static s_var := QSelf()
is not accepted by compiler and error is generated at compile
time instead of crashing at HVM startup when static variables
are initialized
2008-10-29 16:06:31 +00:00
..
2008-10-29 16:06:31 +00:00
2008-10-29 16:06:31 +00:00
2006-02-04 16:16:48 +00:00
2008-10-27 20:55:24 +00:00
2008-10-26 21:43:34 +00:00
2008-10-06 19:30:27 +00:00
2008-10-18 19:18:17 +00:00
2007-03-13 18:40:56 +00:00
2008-10-27 20:55:24 +00:00
2008-09-13 16:53:45 +00:00
2008-10-27 20:55:24 +00:00
2008-10-27 20:55:24 +00:00
2008-10-13 19:30:38 +00:00
2008-05-29 15:08:08 +00:00
2008-09-18 05:23:49 +00:00