You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/07/30 19:51:30 UTC

cvs commit: tcl-websh/src/generic web.c

ronnie      2002/07/30 10:51:30

  Modified:    src/generic web.c
  Log:
  - provide package websh
  
  Revision  Changes    Path
  1.7       +8 -5      tcl-websh/src/generic/web.c
  
  Index: web.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/web.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.c	25 Jul 2002 10:10:22 -0000	1.6
  +++ web.c	30 Jul 2002 17:51:30 -0000	1.7
  @@ -122,8 +122,11 @@
       if (modwebsh_createcmd(interp) == TCL_ERROR)
   	return TCL_ERROR;
   
  -    /* --------------------------------------------------------------------------
  -     * done
  -     * ----------------------------------------------------------------------- */
  -    return TCL_OK;
  +    /* ------------------------------------------------------------------------
  +     * we provide the websh package
  +     * --------------------------------------------------------------------- */
  +
  +    /* fixme: dynamic version for [package provide]*/
  +    return Tcl_PkgProvide(interp, WEBSH, "3.5.0");
  +
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org