summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/camltk.h
diff options
context:
space:
mode:
authorFrancois Rouaix <francois.rouaix@gmail.com>2003-07-08 08:48:57 +0000
committerFrancois Rouaix <francois.rouaix@gmail.com>2003-07-08 08:48:57 +0000
commit78af7a8d5bf6ed8e390deec9ac478553cb5ac30e (patch)
tree79dff7b7a898e793c3b732da45cd0068062b0156 /otherlibs/labltk/support/camltk.h
parent62a2e693619a303dbcca0c1492721bb83d240aaf (diff)
Fixed: incorrect declaration of cltclinterp, tk_error
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5667 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/camltk.h')
-rw-r--r--otherlibs/labltk/support/camltk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/labltk/support/camltk.h b/otherlibs/labltk/support/camltk.h
index 06505cf71..1e3f22e9a 100644
--- a/otherlibs/labltk/support/camltk.h
+++ b/otherlibs/labltk/support/camltk.h
@@ -25,7 +25,7 @@ extern value tcl_string_to_caml( char * );
extern char * caml_string_to_tcl( value );
/* cltkEval.c */
-CAMLprim Tcl_Interp *cltclinterp; /* The Tcl interpretor */
+extern Tcl_Interp *cltclinterp; /* The Tcl interpretor */
extern value copy_string_list(int argc, char ** argv);
/* cltkCaml.c */
@@ -34,7 +34,7 @@ extern value *tkerror_exn;
extern value *handler_code;
extern int CamlCBCmd(ClientData clientdata, Tcl_Interp *interp,
int argc, char *argv[]);
-CAMLprim void tk_error(char * errmsg) Noreturn;
+extern void tk_error(char * errmsg) Noreturn;
/* cltkMain.c */
extern int signal_events;