diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-02 13:37:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-02 13:37:18 +0000 |
commit | db52a844e2827422ab49d51245fbf295eb999cc4 (patch) | |
tree | 9008f9ce769eb2cfeb11615859b655815eccc58e /Build/source/texk/ps2pkm/t1imager.h | |
parent | 5a41f1a3e2ac042d63f091824efa2af2bf9912fc (diff) |
rename INFINITY -> T1_INFINITY to avoid name conflict with INFINITY from cygwin <math.h>
git-svn-id: svn://tug.org/texlive/trunk@13579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pkm/t1imager.h')
-rw-r--r-- | Build/source/texk/ps2pkm/t1imager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/ps2pkm/t1imager.h b/Build/source/texk/ps2pkm/t1imager.h index a8a8e3f609f..78eae98fd7f 100644 --- a/Build/source/texk/ps2pkm/t1imager.h +++ b/Build/source/texk/ps2pkm/t1imager.h @@ -137,9 +137,9 @@ Null path definition: /* Full page and null region definition: */ -#define INFINITY t1_Infinity +#define T1_INFINITY t1_Infinity #ifndef NOEXTERNS -extern region *INFINITY; +extern region *T1_INFINITY; #endif #ifdef NULLREGION #undef NULLREGION |