See ChangeLog entry 2000-09-21 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2000-09-21 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
|
||||
|
||||
* include/hbver.h
|
||||
% Bumped the revision code to "d" and the date to 2000-09-21
|
||||
for another interim build with the latest ADS RDD fixes.
|
||||
|
||||
* source/rtl/filesys.c
|
||||
! Corrected the 2000-08-28 22:50 UTC+0100 fix for hb_fsLock()
|
||||
for DJGPP to exclude all other GNUC builds.
|
||||
|
||||
2000-09-21 16:30 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/pp/pptable.c
|
||||
* changed rule for setrelations .... scoped
|
||||
|
||||
@@ -38,10 +38,10 @@
|
||||
|
||||
#define HB_VER_MAJOR 0 /* Major version number */
|
||||
#define HB_VER_MINOR 35 /* Minor version number */
|
||||
#define HB_VER_REVISION "c" /* Revision letter */
|
||||
#define HB_VER_REVISION "d" /* Revision letter */
|
||||
#define HB_VER_BUILD 35 /* Build number */
|
||||
#define HB_VER_YEAR 2000 /* Build year */
|
||||
#define HB_VER_MONTH 9 /* Build month */
|
||||
#define HB_VER_DAY 20 /* Build day */
|
||||
#define HB_VER_DAY 21 /* Build day */
|
||||
|
||||
#endif /* HB_VER_H_ */
|
||||
|
||||
@@ -997,7 +997,7 @@ BOOL hb_fsLock ( FHANDLE hFileHandle, ULONG ulStart,
|
||||
s_uiErrorLast = errno;
|
||||
}
|
||||
|
||||
#elif defined(HAVE_POSIX_IO) && !defined(__IBMCPP__) && !defined(__RSXNT__)
|
||||
#elif defined(HAVE_POSIX_IO) && !defined(__IBMCPP__) && ( !defined(__GNUC__) || defined(__DJGPP__) )
|
||||
|
||||
errno = 0;
|
||||
switch( uiMode )
|
||||
|
||||
Reference in New Issue
Block a user