|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T h ┃
Length: 661 (0x295) Types: TextFile Names: »header.h.1.pat«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/rn/header.h.1.pat«
NOTE: the preceding context may be different under 2.10.2, but you should be able to figure it out anyway. *** header.old.h Fri Apr 27 11:30:49 1984 --- header.h Thu May 10 15:19:55 1984 *************** *** 34,38 int intnumlines; /* Integer version */ char keywords[BUFLEN]; /* Keywords: */ char approved[BUFLEN]; /* Approved: */ char *unrec[NUNREC]; /* unrecognized lines */ }; --- 34,41 ----- int intnumlines; /* Integer version */ char keywords[BUFLEN]; /* Keywords: */ char approved[BUFLEN]; /* Approved: */ + #ifdef DOXREFS + char xref[BUFLEN]; /* Xref: */ + #endif char *unrec[NUNREC]; /* unrecognized lines */ };