Diff

Differences From Artifact [77305dd8a0]:

To Artifact [0c7aa42b6c]:


1
2
3
4
5
6
7
8
9
10
11


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



9
10

11
12
13
14
15
16
17








-
-
-
+
+
-







#! /usr/bin/env tclsh
# ReadKit, a viewer/extractor/converter for starkits which does not
# require TclKit or MetaKit.  This file was generated by "rkgen.tcl".
#
# June 2002, Jean-Claude Wippler <jcw@equi4.com>

# this is needed so often that I just drop copies of it all over the place
if {![info exists auto_index(lassign)] && [info commands lassign] == ""} {
    set auto_index(lassign) {
    proc lassign {l args} {
      foreach v $l a $args { uplevel 1 [list set $a $v] }
  proc lassign {l args} {
    foreach v $l a $args { uplevel 1 [list set $a $v] }
    }
  }
}

catch {
	load {} zlib
	package require zlib
}