summaryrefslogtreecommitdiff
path: root/Lib/tcl/tclruntime.swg
blob: bb4edd74545f1e6cb7085feae9026c14a6b1c69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* tcl.h has to appear first */
%insert(runtime) %{
#include <stdio.h>
#include <tcl.h>
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
%}

%insert(runtime) "swigrun.swg";         /* Common C API type-checking code */
%insert(runtime) "swigerrors.swg"       /* SWIG errors */   
%insert(runtime) "tclerrors.swg";       /* Tcl Errors */
%insert(runtime) "tclapi.swg";          /* Tcl API */
%insert(runtime) "tclrun.swg";          /* Tcl run-time code */