Added js_Destroy....

git-svn-id: svn://10.0.0.236/trunk@143765 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-06-16 17:35:44 +00:00
parent 70b24ce33c
commit 399ce6dc21

View File

@@ -104,5 +104,7 @@ bool parseFlags(JS2Metadata *meta, const jschar *flagStr, uint32 length, uint32
// Execute the re against the string, but don't try advancing into the string
REMatchResult *REMatch(JS2Metadata *meta, JS2RegExp *re, const jschar *str, uint32 length);
void js_DestroyRegExp(JS2RegExp *re);
}
}