xref: /original-bsd/usr.bin/pascal/libpc/CASERNG.c (revision abb2de7b)
1 /*-
2  * Copyright (c) 1982, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  */
7 
8 #ifndef lint
9 static char sccsid[] = "@(#)CASERNG.c	8.1 (Berkeley) 06/06/93";
10 #endif /* not lint */
11 
12 CASERNG(val)
13 	int val;
14 {
15 	ERROR("Label of %D not found in case\n", val);
16 }
17