date and time created 80/10/31 14:45:07 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / DEFNAME.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)DEFNAME.c 1.1 %G%";
#include "h00vars.h"
DEFNAME(filep, name, maxnamlen, datasize)
register struct iorec *filep;
char *name;
int maxnamlen;
int datasize;
{
filep = GETNAME(filep, name, maxnamlen, datasize);
filep->funit |= FDEF;
}