diff options
Diffstat (limited to 'math/w_lgamma_compat2.c')
-rw-r--r-- | math/w_lgamma_compat2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_lgamma_compat2.c b/math/w_lgamma_compat2.c new file mode 100644 index 0000000000..8bb33e0472 --- /dev/null +++ b/math/w_lgamma_compat2.c @@ -0,0 +1,2 @@ +#define USE_AS_COMPAT 0 +#include <w_lgamma_main.c> |