Skip to content

Commit

Permalink
Merge pull request #1216 from dawgfoto/FBSD-longdouble
Browse files Browse the repository at this point in the history
remove redundant declarations
  • Loading branch information
yebblies committed Oct 28, 2012
2 parents effb4c0 + 0b84ec7 commit 579e10e
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 579e10e

Please sign in to comment.