xref: /original-bsd/old/lisp/vlp/vlp.tahoe/vlp.c (revision 3e76bfcd)
1*3e76bfcdSbostic /*-
210db6f15Sbostic  * Copyright (c) 1988 The Regents of the University of California.
310db6f15Sbostic  * All rights reserved.
410db6f15Sbostic  *
5*3e76bfcdSbostic  * %sccs.include.redist.c%
610db6f15Sbostic  */
710db6f15Sbostic 
810db6f15Sbostic #ifndef lint
910db6f15Sbostic char copyright[] =
1010db6f15Sbostic "@(#) Copyright (c) 1988 The Regents of the University of California.\n\
1110db6f15Sbostic  All rights reserved.\n";
1210db6f15Sbostic #endif /* not lint */
1310db6f15Sbostic 
1410db6f15Sbostic #ifndef lint
15*3e76bfcdSbostic static char sccsid[] = "@(#)vlp.c	5.2 (Berkeley) 07/01/91";
1610db6f15Sbostic #endif /* not lint */
1710db6f15Sbostic 
1810db6f15Sbostic #include <stdio.h>
1910db6f15Sbostic 
main()2010db6f15Sbostic main()
2110db6f15Sbostic {
2210db6f15Sbostic 	fputs("vlp: vlp has not been ported to the tahoe.\n", stderr);
2310db6f15Sbostic }
24