Got rid of useless GNUC define. Let the macros take care of it.

This commit is contained in:
jshepher 2004-12-04 00:56:15 +00:00
parent 06ae980ced
commit ca6e5c4072
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ extern void __seterrno(void);
int fstat(int d,struct stat *buf)
{ extern int __stat(struct stat *buf,struct FileInfoBlock *fib);
#if defined (__GNUC__)
#undef DOS_BASE_NAME
#define DOS_BASE_NAME dosbase
register APTR dosbase __asm("a6") = DOSBase;
#endif
StdFileDes *fp = _lx_fhfromfd(d);
struct FileInfoBlock *fib;
LONG pos,len,fh;