xref: /netbsd-src/lib/libc/arch/vax/gen/infinity.c (revision 81b108b45f75f89f1e3ffad9fb6f074e771c0935)
1 #ifndef lint
2 static char rcsid[] = "$Id: infinity.c,v 1.1 1995/04/17 12:23:41 ragge Exp $";
3 #endif /* not lint */
4 /*
5  * XXX - THIS IS (probably) COMPLETELY WRONG ON VAX!!!
6  */
7 
8 /* infinity.c */
9 
10 #include <math.h>
11 
12 /* bytes for +Infinity on a 387 */
13 char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };
14