Follow-up Comment #1, bug #25754 (project weechat):

Namespaces in Tcl is supported long ago. But Tcl_CreateNamespace in public
interface recently.

is think it is better to use:
    Tcl_Eval(interp,"namespace eval weechat {}");

instead of:

#ifdef HAVE_TCL_CREATE_NS
     /* create weechat namespace */
     Tcl_CreateNamespace (interp, "weechat",(ClientData)0,NULL);
#endif


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25754>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Weechat-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to