xref: /csrg-svn/old/lisp/vlp/vlp.tahoe/vlp.c (revision 50365)
1*50365Sbostic /*-
236132Sbostic  * Copyright (c) 1988 The Regents of the University of California.
336132Sbostic  * All rights reserved.
436132Sbostic  *
5*50365Sbostic  * %sccs.include.redist.c%
636132Sbostic  */
736132Sbostic 
836132Sbostic #ifndef lint
936132Sbostic char copyright[] =
1036132Sbostic "@(#) Copyright (c) 1988 The Regents of the University of California.\n\
1136132Sbostic  All rights reserved.\n";
1236132Sbostic #endif /* not lint */
1336132Sbostic 
1436132Sbostic #ifndef lint
15*50365Sbostic static char sccsid[] = "@(#)vlp.c	5.2 (Berkeley) 07/01/91";
1636132Sbostic #endif /* not lint */
1736132Sbostic 
1836132Sbostic #include <stdio.h>
1936132Sbostic 
main()2036132Sbostic main()
2136132Sbostic {
2236132Sbostic 	fputs("vlp: vlp has not been ported to the tahoe.\n", stderr);
2336132Sbostic }
24