summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkEval.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-07-10 09:18:02 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-07-10 09:18:02 +0000
commite17948edf5e19dab31eca90af25337e37aee8eb2 (patch)
treee793482fb336e6b11dfbb2ae9f532f186f89dbbe /otherlibs/labltk/support/cltkEval.c
parent3577d2c1fa3faa196a80e4867ab099f0fe6f3318 (diff)
Encore un effort sur le probleme de camltk.h et des DLLs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5681 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/cltkEval.c')
-rw-r--r--otherlibs/labltk/support/cltkEval.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/otherlibs/labltk/support/cltkEval.c b/otherlibs/labltk/support/cltkEval.c
index 5c9aeac12..b31bc1adf 100644
--- a/otherlibs/labltk/support/cltkEval.c
+++ b/otherlibs/labltk/support/cltkEval.c
@@ -32,11 +32,6 @@
/* The Tcl interpretor */
Tcl_Interp *cltclinterp = NULL;
-CAMLexport Tcl_Interp * get_cltclinterp(void)
-{
- return cltclinterp;
-}
-
/* Copy a list of strings from the C heap to Caml */
value copy_string_list(int argc, char **argv)
{