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-22 14:13:56 +00:00
2000-03-18 20:14:56 +00:00
2000-03-18 20:14:56 +00:00
2000-03-18 20:14:56 +00:00
1999-09-16 00:40:23 +00:00
2000-04-26 11:10:44 +00:00
2000-04-22 14:13:56 +00:00
2000-04-22 14:13:56 +00:00
2000-04-26 13:14:23 +00:00
2000-04-30 11:44:51 +00:00
2000-04-25 10:37:40 +00:00
2000-05-01 03:31:35 +00:00
2000-04-26 11:10:44 +00:00
2000-04-11 11:17:46 +00:00
2000-05-01 03:31:35 +00:00
2000-05-01 03:31:35 +00:00
2000-04-25 01:38:22 +00:00
2000-04-24 17:09:30 +00:00