This is weird. I *added this*, but it went away again! Ummm.. Mumble.

I'm confused..
Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-22 09:19:50 +00:00
parent f85b3e8c21
commit 2494a00b49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2201
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/* infinity.c */
#include <math.h>
/* bytes for +Infinity on a 387 */
char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };

View File

@ -0,0 +1,6 @@
/* infinity.c */
#include <math.h>
/* bytes for +Infinity on a 387 */
char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };