|
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 - metrics - download
Length: 353 (0x161) Types: TextFile Names: »gdbfiles.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦d53cfc7b2⟧ »./gcc-1.35.tar.Z« └─⟦90f628c1d⟧ └─⟦this⟧ »gcc-1.35/gdbfiles.h«
/* Alist matching source file names to GDB filenumbers. Used in output_source_line. */ struct gdbfile { struct gdbfile *next; char *name; /* name of source file */ int filenum; /* Assigned number */ int nlines; /* # lines generated for this source file */ }; /* Chain of all `struct gdbfile's. */ extern struct gdbfile *gdbfiles;