From: Eric M. <er...@aj...> - 2000-08-10 15:24:21
|
Whoops, I forgot to append my simple test: ----------------------------------------- #include <tcl.h> static Tcl_HashTable table; int Test_Init(interp) Tcl_Interp *interp; { Tcl_PkgProvide(interp, "test", "0.1"); Tcl_InitHashTable(&table, TCL_STRING_KEYS); return TCL_OK; } ----------------------------------------- Eric Melski The Other Tcl Guy ericm at ajubasolutions.com Ajuba Solutions -- The TclCore mailing list is sponsored by Ajuba Solutions To unsubscribe: email tcl...@aj... with the word UNSUBSCRIBE as the subject. |