Fossil

Diff
Login

Differences From Artifact [22672925a4]:

To Artifact [29dfaf88c3]:


1



2
3
4
5

6
7
8
9




10

11
12
13
14
15
16
17
18
19
20
1
2
3
4
5
6
7

8
9
10
11
12
13
14
15
16
17
18
19
20

21
22
23
24
25
26
27

+
+
+



-
+




+
+
+
+

+


-







/*
** Copyright © 2011 D. Richard Hipp
** Copyright © 2011 Joe Mistachkin
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the Simplified BSD License (also
** known as the "2-Clause License" or "FreeBSD License".)
**

** This program is distributed in the hope that it will be useful,
** but without any warranty; without even the implied warranty of
** merchantability or fitness for a particular purpose.
**
** Author contact information:
**   drh@hwaci.com
**   http://www.hwaci.com/drh/
**
*******************************************************************************
**
** This file contains code used to bridge the TH1 and Tcl scripting languages.
*/

#include "config.h"

#ifdef FOSSIL_ENABLE_TCL

#include "th.h"
#include "tcl.h"