diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2013-02-27 19:31:47 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2013-02-27 19:31:47 +0000 |
commit | a81a5b038c10f2c28e642fad06ac1c54534ccf91 (patch) | |
tree | 06b9db667502a390e0ab2817501406b31bd96f31 /otherlibs/labltk/support/camltk.h | |
parent | c2b3b25823867d53ee55997ff0eb4d1661eb91c5 (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.h | 9 |
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 */ |