diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-04-27 14:28:32 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-04-27 14:28:32 +0000 |
commit | f9ca28880f0f3b5743559635fd96b5b98bcd78b8 (patch) | |
tree | 03007706d562e26ee16dc9e09afa60401b787008 /Build/source/texk/web2c/luatexdir/font | |
parent | bdd42a8f9efb040b8aa0bf78a2b1eee939918748 (diff) |
Cygwin portability patches
git-svn-id: svn://tug.org/texlive/trunk@12829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/font')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/font/texfont.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/texfont.h b/Build/source/texk/web2c/luatexdir/font/texfont.h index 300135c0f35..690a242d171 100644 --- a/Build/source/texk/web2c/luatexdir/font/texfont.h +++ b/Build/source/texk/web2c/luatexdir/font/texfont.h @@ -397,6 +397,9 @@ typedef enum { # define space_stretch(f) font_param(f,space_stretch_code) # define space_shrink(f) font_param(f,space_shrink_code) # define x_height(f) font_param(f,x_height_code) +#ifdef quad +# undef quad +#endif # define quad(f) font_param(f,quad_code) # define extra_space(f) font_param(f,extra_space_code) |