BSD 4_1c_2 release
[unix-history] / usr / src / ucb / pascal / pdx / mappings / filetab.h
CommitLineData
3c31d3ab
ML
1/* Copyright (c) 1982 Regents of the University of California */
2
e804469b 3/* static char sccsid[] = "@(#)filetab.h 1.2 1/18/82"; */
3c31d3ab
ML
4
5/*
6 * definition of file table
7 */
8
9typedef struct {
10 LINENO line;
11 ADDRESS addr;
12 char *filename;
13 LINENO lineindex;
14} FILETAB;
15
16FILETAB *filetab;