diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-21 09:35:02 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-21 09:35:02 +0000 |
commit | 241e451e32ccb4a90acdecc5c778a3117c4ed739 (patch) | |
tree | e25497aabacfd00b97eb7b9dbfa1d28142ebabc2 /Build/source/texk/dvipdfm-x/tt_glyf.c | |
parent | cc25ef4cb3f777e7dcc7a61a9d08d86f43b6e0b9 (diff) |
texk/dvipdfm-x: Drop 'CDECL' and use 'static inline'
git-svn-id: svn://tug.org/texlive/trunk@38171 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/tt_glyf.c')
-rw-r--r-- | Build/source/texk/dvipdfm-x/tt_glyf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/tt_glyf.c b/Build/source/texk/dvipdfm-x/tt_glyf.c index 89aec5dae7e..da3ec6be550 100644 --- a/Build/source/texk/dvipdfm-x/tt_glyf.c +++ b/Build/source/texk/dvipdfm-x/tt_glyf.c @@ -163,7 +163,7 @@ tt_build_finish (struct tt_glyphs *g) } } -static int CDECL +static inline int glyf_cmp (const void *v1, const void *v2) { int cmp = 0; |