Skip to content

Commit

Permalink
remove redundant declarations
Browse files Browse the repository at this point in the history
- FreeBSD has long double versions of these functions since 8.0.
  If we wanted to have this work on pre-8.0 there should be definitions.
  • Loading branch information
MartinNowak committed Oct 24, 2012
1 parent a1cda07 commit 0b84ec7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/builtin.c
Expand Up @@ -24,16 +24,6 @@
#include "id.h"
#include "module.h"

#if __FreeBSD__
extern "C"
{
longdouble sinl(longdouble);
longdouble cosl(longdouble);
longdouble tanl(longdouble);
longdouble sqrtl(longdouble);
}
#endif

#if DMDV2

/**********************************
Expand Down

0 comments on commit 0b84ec7

Please sign in to comment.