diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-07-31 01:56:42 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-07-31 01:56:42 +0000 |
commit | 8f136f88620bf702136ce067814e7a50f80d1365 (patch) | |
tree | 65431711df0677763e3d72fc69db1c8ff8e12848 /Build/source | |
parent | 3265a42103ff1ff09975534af712235fdd5102f3 (diff) |
comment out #include "clisp.h"
it was included for regex functions on platforms w/o system regex (e.g.mingw);
but this causes segfaults on some other platforms; to be investigated
git-svn-id: svn://tug.org/texlive/trunk@9924 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/utils/xindy/rte/ordrules/ordrules.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/rte/ordrules/ordrules.h b/Build/source/utils/xindy/rte/ordrules/ordrules.h index a252afad98b..0b09a32ccf8 100644 --- a/Build/source/utils/xindy/rte/ordrules/ordrules.h +++ b/Build/source/utils/xindy/rte/ordrules/ordrules.h @@ -9,7 +9,9 @@ #ifndef _ORDRULES_H #define _ORDRULES_H -#include "clisp.h" +/* for regex functions on platforms w/o regex; but this causes segfaults + on some other platforms; to be investigated */ +/* #include "clisp.h" */ #include <stdio.h> #include "mkind.h" #undef debug |