X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=tclmain.c;h=0bfe572807111ad586ff798192ae357540869700;hb=8caa5a124f21ce80bd6a4a02576bf00d38096d32;hp=214ce9abc5beb51bc804c97f5faf7e05ba1b1db1;hpb=5139a081952de0c231f53bc4876655e0fcecd994;p=ir-tcl-moved-to-github.git diff --git a/tclmain.c b/tclmain.c index 214ce9a..0bfe572 100644 --- a/tclmain.c +++ b/tclmain.c @@ -5,7 +5,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: tclmain.c,v $ - * Revision 1.10 1995-06-30 12:39:28 adam + * Revision 1.11 1995-08-03 13:23:02 adam + * Request queue. + * + * Revision 1.10 1995/06/30 12:39:28 adam * Bug fix: loadFile didn't set record type. * The MARC routines are a little less strict in the interpretation. * Script display.tcl replaces the old marc.tcl. @@ -42,7 +45,7 @@ #include #include - +#include #include "ir-tcl.h" static char *fileName = NULL; @@ -81,6 +84,7 @@ int main (int argc, char **argv) if (argc == 2) fileName = argv[1]; + log_init (LOG_ALL, "", NULL); if (Tcl_AppInit(interp) != TCL_OK) { fprintf(stderr, "Tcl_AppInit failed: %s\n", interp->result); }