From c71488d834b52bd23c9f10b510b215bfff863b5f Mon Sep 17 00:00:00 2001 From: Vladimir Volovich Date: Mon, 24 Mar 2008 09:59:18 +0000 Subject: revert the fix-clisp-problems.dpatch from Debian, as it contains a workaround for the broken clisp-2.44 debian package, and is not portable to other platforms. git-svn-id: svn://tug.org/texlive/trunk@7117 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/xindy/rte/ordrules/ordrulei.lsp | 24 ---------------------- 1 file changed, 24 deletions(-) (limited to 'Build') diff --git a/Build/source/utils/xindy/rte/ordrules/ordrulei.lsp b/Build/source/utils/xindy/rte/ordrules/ordrulei.lsp index 623f4f91637..c18294c2670 100644 --- a/Build/source/utils/xindy/rte/ordrules/ordrulei.lsp +++ b/Build/source/utils/xindy/rte/ordrules/ordrulei.lsp @@ -15,30 +15,6 @@ (c-lines "#include \"ordrules.h\"~%") -; clisp does not produce these include calls -(c-lines - (concatenate 'string "#include ~%" - "#include ~%" - "#include ~%")) - -; The following lines are the lines 1845 to 1858 from -; http://clisp.cvs.sourceforge.net/clisp/clisp/modules/bindings/glibc/linux.lisp?revision=1.25&view=markup - -;;; ============================== ================================ -(c-lines "#include ~%") - -;;; ----------------------------- --------------------------- -;; d_type is only in dirent64, not in dirent in , -;; but it appears to BE required, and does appear in - -(c-lines "#ifndef __USE_FILE_OFFSET64 -typedef __ino_t clisp_dirent_ino_t; -typedef __off_t clisp_dirent_off_t; -#else -typedef __ino64_t clisp_dirent_ino_t; -typedef __off64_t clisp_dirent_off_t; -#endif~%") - ; Common OS definitions: (def-c-type size_t uint) -- cgit v1.2.3