new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / pascal / pdx / mappings / linetab.h
CommitLineData
505bf312
KB
1/*-
2 * Copyright (c) 1980 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
f9e58c14 6 *
505bf312 7 * @(#)linetab.h 5.2 (Berkeley) %G%
f9e58c14 8 */
bb0cbb56
ML
9
10/*
11 * definition of line number information table
12 */
13
14typedef struct {
15 LINENO line;
16 ADDRESS addr;
17} LINETAB;
18
19LINETAB *linetab;