xref: /csrg-svn/usr.bin/pascal/libpc/CASERNG.c (revision 40865)
1*40865Sbostic /*-
2*40865Sbostic  * Copyright (c) 1982 The Regents of the University of California.
3*40865Sbostic  * All rights reserved.
4*40865Sbostic  *
5*40865Sbostic  * %sccs.include.redist.c%
6*40865Sbostic  */
75664Smckusick 
8*40865Sbostic #ifndef lint
9*40865Sbostic static char sccsid[] = "@(#)CASERNG.c	1.2 (Berkeley) 04/09/90";
10*40865Sbostic #endif /* not lint */
115664Smckusick 
125664Smckusick CASERNG(val)
135664Smckusick 	int val;
145664Smckusick {
155664Smckusick 	ERROR("Label of %D not found in case\n", val);
165664Smckusick }
17