add machine specific macros for extracting inline data to support CCI (tahoe)
[unix-history] / usr / src / usr.bin / pascal / libpc / CASERNG.c
CommitLineData
8f70106e
KM
1/* Copyright (c) 1982 Regents of the University of California */
2
3static char sccsid[] = "@(#)CASERNG.c 1.1 %G%";
4
5CASERNG(val)
6 int val;
7{
8 ERROR("Label of %D not found in case\n", val);
9}