correction from Matthias Pfaller.

This commit is contained in:
phil 1995-09-20 22:34:03 +00:00
parent de36f970fb
commit d995fcfdb1
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef lint
static char rcsid[] = "$Id: infinity.c,v 1.1 1993/10/07 00:20:19 cgd Exp $";
static char rcsid[] = "$Id: infinity.c,v 1.2 1995/09/20 22:34:03 phil Exp $";
#endif /* not lint */
/* infinity.c */
@ -7,4 +7,4 @@ static char rcsid[] = "$Id: infinity.c,v 1.1 1993/10/07 00:20:19 cgd Exp $";
#include <math.h>
/* bytes for +Infinity on a ns32k */
char __infinity[] = { 0x7f, 0xf0, 0, 0, 0, 0, 0, 0 };
char __infinity[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0x7f };