summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/camltk.h
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2013-02-27 19:31:47 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2013-02-27 19:31:47 +0000
commita81a5b038c10f2c28e642fad06ac1c54534ccf91 (patch)
tree06b9db667502a390e0ab2817501406b31bd96f31 /otherlibs/labltk/support/camltk.h
parentc2b3b25823867d53ee55997ff0eb4d1661eb91c5 (diff)
Labtk now supports 8.6.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13327 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/camltk.h')
-rw-r--r--otherlibs/labltk/support/camltk.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/otherlibs/labltk/support/camltk.h b/otherlibs/labltk/support/camltk.h
index 29452aacc..9efbbea33 100644
--- a/otherlibs/labltk/support/camltk.h
+++ b/otherlibs/labltk/support/camltk.h
@@ -27,10 +27,13 @@
#define CONST84
#endif
+/*Tcl_GetResult(), Tcl_GetStringResult(), Tcl_SetResult(), */
+ /*Tcl_SetStringResult(), Tcl_GetErrorLine() */
+
/* if Tcl_GetStringResult is not defined, we use interp->result */
-#ifndef Tcl_GetStringResult
-# define Tcl_GetStringResult(interp) (interp->result)
-#endif
+/*#ifndef Tcl_GetStringResult*/
+/*# define Tcl_GetStringResult(interp) (interp->result)*/
+/*#endif*/
/* cltkMisc.c */
/* copy an OCaml string to the C heap. Must be deallocated with stat_free */