See ChangeLog 19990619-12:22

This commit is contained in:
Ryszard Glab
1999-06-19 12:14:05 +00:00
parent cf05c3d90d
commit d45ede2a32
4 changed files with 46 additions and 7 deletions

View File

@@ -2,11 +2,11 @@
* $Id$
*/
#include <hbsetup.h>
#include <extend.h>
#include <string.h>
#include <ctype.h>
#include <itemapi.h>
#include <hbsetup.h>
#if defined(__GNUC__)
#include <sys/types.h>
@@ -262,7 +262,7 @@ HARBOUR HB_DIRECTORY( void )
while(0==getchar());
*/
#if defined(__GNUC__) && !defined(__DJGPP__)
#if defined(OS_UNIX_COMPATIBLE)
/* GNU C on Linux or on other UNIX */
aatrib[ 0 ] = '\0';
if( S_ISREG(statbuf.st_mode) )