DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦39a445c97⟧ TextFile

    Length: 353 (0x161)
    Types: TextFile
    Names: »gdbfiles.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦d53cfc7b2⟧ »./gcc-1.35.tar.Z« 
        └─⟦90f628c1d⟧ 
            └─⟦this⟧ »gcc-1.35/gdbfiles.h« 

TextFile


/* 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;