This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
again about MXUNIT in f2c library.
- To: egcs@egcs.cygnus.com
- Subject: again about MXUNIT in f2c library.
- From: Ilia Chipitsine <ilia@cgilh.chel.su>
- Date: Mon, 16 Aug 1999 23:15:39 +0600 (ESS)
Guys (and of course girls) !
what if we add one line to the definition of unit structure in fio.h ?
it could help us to remove MXUNIT later.
something like ...
typedef struct
{ FILE *ufd; /*0=unconnected*/
char *ufnm;
int unit_number; /* yes, i mean this line */
#ifndef MSDOS
long uinode;
int udev;
#endif
int url; /*0=sequential*/
flag useek; /*true=can backspace, use dir, ...*/
flag ufmt;
flag uprnt;
flag ublnk;
flag uend;
flag uwrt; /*last io was write*/
flag uscrtch;
} unit;
Regards, (Наилучшие пожелания)
Ilia Chipitsine (Илья Шипицин)