chiark / gitweb /
Fix up filename change. Generates decls !
[chiark-tcl.git] / base / tables-examples.tct
index 1119be848826d20707401e43483a037da31eae98..53fd2399310a0d0c86732a7ef41f3fa3a760c2df 100644 (file)
@@ -1,23 +1,22 @@
-Type hb                                Tcl_Obj *
-Type hbv                       Tcl_Obj *
+Type hb:                       Tcl_Obj/*hbytes*/ *@
+Type hbv:                      Tcl_Obj/*hbytes*/ *@
 
 Table hbytes
-Entries
        raw2h
                binary  obj
                =>      hb
        h2raw
-               hex     hex
+               hex     hb
                =>      obj
        prefix
                v       hbv
-               ...
+               str     ...
        append
                v       hbv
-               ...
+               str     ...
        concat
                v       hbv
-               ...
+               str     ...
        unprepend
                v       hbv
                length  int
@@ -32,7 +31,7 @@ Entries
                =>      hb
        pkcs5
                meth    enum(PadMethodInfo,padmethodinfos)
-               ...
+               arg     ...
        blockcipher
                encrypt charfrom("de")
                v       hbv
@@ -51,8 +50,7 @@ Entries
                maclen  int
                =>      hb
 
-Table padmethodinfos
-       FuncArgs
-       Info
-               int algname;
-Entries
+#Table padmethodinfos
+#      Info
+#              int algname;
+#Entries