chiark / gitweb /
tcmdifgen: Replace deprecated `use IO;' with `use IO::File'.
[chiark-tcl.git] / hbytes / hbytes.tct
index 35506d5179501ac46fa13a6c00f9742506c4f4bc..dc6980e100a4e4053b40acd52967fbdd42bf7b65 100644 (file)
@@ -1,5 +1,5 @@
 # hbytes - hex-stringrep efficient byteblocks for Tcl
-# Copyright 2006 Ian Jackson
+# Copyright 2006-2012 Ian Jackson
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 
 Table *hbytestoplevel TopLevel_Command
        hbytes
-               subcmd  enum(HBytes/_SubCommand, "hbytes subcommand")
-               ...     obj
+               dispatch(HBytes/_SubCommand, "hbytes subcommand")
        ulong
-               subcmd  enum(ULong/_SubCommand, "ulong subcommand")
-               ...     obj
+               dispatch(ULong/_SubCommand, "ulong subcommand")
 
 Table ulong ULong_SubCommand
        ul2int