summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/ptexlib.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-08-10 11:33:26 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-08-10 11:33:26 +0000
commit6f4ac9742b02f4d2110c85e38167eb64d9c1a65e (patch)
treea13853687bf0ac8f9d087ab5ffa96e6af681222e /Build/source/texk/web2c/luatexdir/ptexlib.h
parent75ec379a0390b4ae4b7d6ef106cbbbbc861d381e (diff)
luaTeX: Drop unused definition of M_PI
git-svn-id: svn://tug.org/texlive/trunk@27363 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ptexlib.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/ptexlib.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ptexlib.h b/Build/source/texk/web2c/luatexdir/ptexlib.h
index 4c2395c41fc..6ae7492bab9 100644
--- a/Build/source/texk/web2c/luatexdir/ptexlib.h
+++ b/Build/source/texk/web2c/luatexdir/ptexlib.h
@@ -1,7 +1,7 @@
/* ptexlib.h
Copyright 1996-2006 Han The Thanh <thanh@pdftex.org>
- Copyright 2006-2009 Taco Hoekwater <taco@luatex.org>
+ Copyright 2006-2012 Taco Hoekwater <taco@luatex.org>
This file is part of LuaTeX.
@@ -69,11 +69,6 @@ extern char **suffixlist; /* in luainit.w */
/* pdftexlib macros from ptexmac.h */
-/* Not all systems define it. */
-# ifndef M_PI
-# define M_PI 3.14159265358979323846 /* pi */
-# endif
-
# ifdef WIN32
# define inline __inline
# endif