From 241e451e32ccb4a90acdecc5c778a3117c4ed739 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 21 Aug 2015 09:35:02 +0000 Subject: texk/dvipdfm-x: Drop 'CDECL' and use 'static inline' git-svn-id: svn://tug.org/texlive/trunk@38171 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfm-x/pdfnames.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/dvipdfm-x/pdfnames.c') diff --git a/Build/source/texk/dvipdfm-x/pdfnames.c b/Build/source/texk/dvipdfm-x/pdfnames.c index e8062fe6e3e..3d5063576c3 100644 --- a/Build/source/texk/dvipdfm-x/pdfnames.c +++ b/Build/source/texk/dvipdfm-x/pdfnames.c @@ -73,7 +73,7 @@ printable_key (const char *key, int keylen) return (char *) pkey; } -static void CDECL +static inline void hval_free (void *hval) { struct obj_data *value; @@ -249,7 +249,7 @@ struct named_object pdf_obj *value; }; -static int CDECL +static inline int cmp_key (const void *d1, const void *d2) { const struct named_object *sd1, *sd2; -- cgit v1.2.3