Ron Pinkas
f935e3bca5
20000430-22:15 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* harbour/source/compiler/harbour.y
! Fixed { hb_compVariableDim( $1, $2 ); } to { hb_comp_cVarType = 'A'; hb_compVariableDim( $1, $2 ); }
so that correct type is saved.
* harbour/source/compiler/hbpcode.c
* Enhancements to hb_compStrongType()
* harbour/source/compiler/hbgenerr.c
+ added :
"3Can\'t use array index with NON Array"
"3Incompatible return value: \'%s\' expected: \'%s\'"
* harbour/include/hberrors.h
+ added :
#define HB_COMP_WARN_NOT_ARRAY 13
#define HB_COMP_RETURN_TYPE 14
* harbour/tests/testwarn.prg
+ Added code to demonstrate more warnings.
2000-05-01 03:31:35 +00:00
..
2000-04-18 11:14:06 +00:00
2000-05-01 03:31:35 +00:00
2000-04-03 11:09:20 +00:00
2000-04-18 23:30:42 +00:00
2000-04-02 13:58:28 +00:00
2000-04-25 10:37:40 +00:00
2000-04-17 23:46:45 +00:00
2000-04-30 21:03:09 +00:00
2000-04-30 15:37:05 +00:00
2000-04-23 09:39:45 +00:00