From 399ce6dc21ec1a36bd303600057cee6ba70618af Mon Sep 17 00:00:00 2001 From: "rogerl%netscape.com" Date: Mon, 16 Jun 2003 17:35:44 +0000 Subject: [PATCH] Added js_Destroy.... git-svn-id: svn://10.0.0.236/trunk@143765 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js2/src/regexp/regexp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/js2/src/regexp/regexp.h b/mozilla/js2/src/regexp/regexp.h index 08a41c96f2c..630524ad400 100644 --- a/mozilla/js2/src/regexp/regexp.h +++ b/mozilla/js2/src/regexp/regexp.h @@ -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); + } }