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