xref: /csrg-svn/usr.bin/pascal/libpc/CASERNG.c (revision 62092)
140865Sbostic /*-
2*62092Sbostic  * Copyright (c) 1982, 1993
3*62092Sbostic  *	The Regents of the University of California.  All rights reserved.
440865Sbostic  *
540865Sbostic  * %sccs.include.redist.c%
640865Sbostic  */
75664Smckusick 
840865Sbostic #ifndef lint
9*62092Sbostic static char sccsid[] = "@(#)CASERNG.c	8.1 (Berkeley) 06/06/93";
1040865Sbostic #endif /* not lint */
115664Smckusick 
CASERNG(val)125664Smckusick CASERNG(val)
135664Smckusick 	int val;
145664Smckusick {
155664Smckusick 	ERROR("Label of %D not found in case\n", val);
165664Smckusick }
17