Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tcl_RegExpCompile issue

Status
Not open for further replies.

billybob123456

Programmer
Apr 2, 2003
1
US
In my C++ class, I am pre-compiling 6 regexp's, using Tcl_RegExpCompile. I have no problems doing this, and it works fine.
My only concern is that in the docs it states "Note: the return value from Tcl_RegExpCompile is only valid up to the next call to Tcl_RegExpCompile; it is not safe to retain these values for long periods of time."

Is this limitation no longer valid???

Thanks!
 
Try comp.lang.tcl. You can use the google portal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top