Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: src/third_party/jscre/pcre_compile.cpp

Issue 12511: Added the v8::jscre namespace around the jscre functions to avoid link errors... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/third_party/jscre/pcre.h ('k') | src/third_party/jscre/pcre_exec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/jscre/pcre_compile.cpp
===================================================================
--- src/third_party/jscre/pcre_compile.cpp (revision 849)
+++ src/third_party/jscre/pcre_compile.cpp (working copy)
@@ -65,6 +65,8 @@
#define BRASTACK_SIZE 200
+namespace v8 { namespace jscre {
+
/* Table for handling escaped characters in the range '0'-'z'. Positive returns
are simple data values; negative values are for special things like \d and so
on. Zero means further processing is needed (for things like \x), or the escape
@@ -2671,3 +2673,5 @@
{
(*free_function)(reinterpret_cast<void*>(re));
}
+
+} } // namespace v8::jscre
« no previous file with comments | « src/third_party/jscre/pcre.h ('k') | src/third_party/jscre/pcre_exec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698