Skip to content

Commit

Permalink
I added a #warning uh? ... I guess that's important. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 2, 2000
1 parent e012aaf commit 6fec881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BASIClib/MathFunctions.c
Expand Up @@ -60,6 +60,7 @@ __double _vbdd_tan(__double x)


__double _vbdd_exp(__double x)
#warning uh?
{
return(pow(2.718282, 2.0));
} /* _vbddd_exp */
Expand Down

0 comments on commit 6fec881

Please sign in to comment.