defines an internal global variable required for linking

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Daniel Reinhold 2002-10-26 20:38:10 +00:00
parent 6e6d8c9f72
commit 5a1e90ba77

View File

@ -0,0 +1,11 @@
/*
* Global variable(s) used in the math library
*/
// this declaration is just a guess...
// it "seems" to be what is required, but I would need to run some tests
// to see if code that links to this variable actually works as expected.
// -- Daniel Reinhold, 26 Oct 2002
char __infinity[sizeof(double)];