This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

again about MXUNIT in f2c library.


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 (Илья Шипицин)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]