xref: /csrg-svn/old/lisp/fp/fp.tahoe/fp.c (revision 49721)
1*49721Sbostic /*-
236135Sbostic  * Copyright (c) 1988 The Regents of the University of California.
336135Sbostic  * All rights reserved.
436135Sbostic  *
5*49721Sbostic  * %sccs.include.redist.c%
636135Sbostic  */
736135Sbostic 
836135Sbostic #ifndef lint
936135Sbostic char copyright[] =
1036135Sbostic "@(#) Copyright (c) 1988 The Regents of the University of California.\n\
1136135Sbostic  All rights reserved.\n";
1236135Sbostic #endif /* not lint */
1336135Sbostic 
1436135Sbostic #ifndef lint
15*49721Sbostic static char sccsid[] = "@(#)fp.c	5.2 (Berkeley) 05/13/91";
1636135Sbostic #endif /* not lint */
1736135Sbostic 
1836135Sbostic #include <stdio.h>
1936135Sbostic 
main()2036135Sbostic main()
2136135Sbostic {
2236135Sbostic 	fputs("fp: fp has not been ported to the tahoe.\n", stderr);
2336135Sbostic }
24