See ChangeLog entry 19990628-23:30 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-06-29 04:40:34 +00:00
parent fff6633502
commit 22edb32b44
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
19990628-23:30 EDT David G. Holm <dholm@jsd-llc.com>
* source/tools/hb_f.c
* Undid previous type change for x in hb_hbfskip(), because it
causes a serious problem in an attempt to avoid a warning.
The strange thing is that GCC (DJGPP) doesn't complain either
way, even with -pedantic enabled.
19990628-21:50 EDT David G. Holm <dholm@jsd-llc.com>
* source/compiler/harbour.y
* Changed fopen() call used to create .PPO files from using

View File

@@ -102,8 +102,8 @@ long hb_hbfskip( int recs )
{
long read_pos;
size_t x, read_len;
long y;
size_t read_len;
long x, y;
if ( recs > 0 ) {