again about MXUNIT in f2c library.

Ilia Chipitsine ilia@cgilh.chel.su
Tue Aug 17 03:59:00 GMT 1999


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 (éÌØÑ ûÉÐÉÃÉÎ)




More information about the Gcc mailing list