summaryrefslogtreecommitdiff
path: root/Examples/tcl/enum
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2004-01-20 21:22:56 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2004-01-20 21:22:56 +0000
commit8d4c509404eedc0d3765182eb8c5521df5150f3a (patch)
tree2376da72a6d4f5adac608627b6236c28ddb64046 /Examples/tcl/enum
parent8e73549052fae5037d39735c5971d09f38423237 (diff)
downloadswig-8d4c509404eedc0d3765182eb8c5521df5150f3a.tar.gz
All the runtime scripts are called runme.tcl now for easier testing
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5651 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/tcl/enum')
-rw-r--r--Examples/tcl/enum/index.html2
-rw-r--r--Examples/tcl/enum/runme.tcl (renamed from Examples/tcl/enum/example.tcl)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/tcl/enum/index.html b/Examples/tcl/enum/index.html
index 1299946fd..4390e38ab 100644
--- a/Examples/tcl/enum/index.html
+++ b/Examples/tcl/enum/index.html
@@ -21,7 +21,7 @@ of enumerated types are handled as integers.
<ul>
<li><a href="example.h">example.h</a>. Header file containing some enums.
<li><a href="example.i">example.i</a>. Interface file.
-<li><a href="example.tcl">example.tcl</a>. Sample Tcl script.
+<li><a href="runme.tcl">runme.tcl</a>. Sample Tcl script.
</ul>
<h2>Notes</h2>
diff --git a/Examples/tcl/enum/example.tcl b/Examples/tcl/enum/runme.tcl
index 3a9213d4d..3d4e52ac5 100644
--- a/Examples/tcl/enum/example.tcl
+++ b/Examples/tcl/enum/runme.tcl
@@ -1,4 +1,4 @@
-# file: example.tcl
+# file: runme.tcl
catch { load ./example[info sharedlibextension] example}