date and time created 82/02/02 16:00:30 by mckusick
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 3 Feb 1982 08:00:30 +0000 (00:00 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 3 Feb 1982 08:00:30 +0000 (00:00 -0800)
SCCS-vsn: usr.bin/pascal/libpc/CASERNG.c 1.1

usr/src/usr.bin/pascal/libpc/CASERNG.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/pascal/libpc/CASERNG.c b/usr/src/usr.bin/pascal/libpc/CASERNG.c
new file mode 100644 (file)
index 0000000..5057725
--- /dev/null
@@ -0,0 +1,9 @@
+/* Copyright (c) 1982 Regents of the University of California */
+
+static char sccsid[] = "@(#)CASERNG.c 1.1 %G%";
+
+CASERNG(val)
+       int val;
+{
+       ERROR("Label of %D not found in case\n", val);
+}