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:
@@ -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)];
|
||||||
Reference in New Issue
Block a user