diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2007-10-17 21:47:25 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2007-10-17 21:47:25 +0000 |
commit | 92bceacc38a15e7fe86b3fef1101b78a7865246e (patch) | |
tree | cccf22b524800061cb86113ba381bae1b55027fe /Examples/tcl/variables | |
parent | 9c65c6b044f1f43f3dfbeedfd32488bce3e3ec75 (diff) | |
download | swig-92bceacc38a15e7fe86b3fef1101b78a7865246e.tar.gz |
Remove cvs $Header$
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10005 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/tcl/variables')
-rw-r--r-- | Examples/tcl/variables/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/tcl/variables/index.html b/Examples/tcl/variables/index.html index d41ace2a9..245a445d5 100644 --- a/Examples/tcl/variables/index.html +++ b/Examples/tcl/variables/index.html @@ -10,8 +10,6 @@ <H2>Wrapping C Global Variables</H2> -<tt>$Header$</tt><br> - <p> When a C global variable appears in an interface file, SWIG tries to wrap it using a technique known as "variable linking." The idea is pretty simple---we try to create a Tcl |