diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-08-10 11:33:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-08-10 11:33:26 +0000 |
commit | 6f4ac9742b02f4d2110c85e38167eb64d9c1a65e (patch) | |
tree | a13853687bf0ac8f9d087ab5ffa96e6af681222e /Build | |
parent | 75ec379a0390b4ae4b7d6ef106cbbbbc861d381e (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')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ptexlib.h | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index c7716cfac96..55936b8e4c2 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,7 @@ +2012-08-10 Peter Breitenlohner <peb@mppmu.mpg.de> + + * ptexlib.h: Drop unused definition of M_PI. + 2012-08-07 Peter Breitenlohner <peb@mppmu.mpg.de> * tex/dumpdata.h: Remove the swap_items() prototype. 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 |