date and time created 82/01/18 19:20:54 by linton
[unix-history] / usr / src / usr.bin / pascal / pdx / mappings / filetab.h
/* Copyright (c) 1982 Regents of the University of California */
static char sccsid[] = "@(#)filetab.h 1.1 %G%";
/*
* definition of file table
*/
typedef struct {
LINENO line;
ADDRESS addr;
char *filename;
LINENO lineindex;
} FILETAB;
FILETAB *filetab;