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

Unified Diff: src/third_party/jscre/pcre_tables.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_internal.h ('k') | src/third_party/jscre/pcre_ucp_searchfuncs.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/jscre/pcre_tables.cpp
===================================================================
--- src/third_party/jscre/pcre_tables.cpp (revision 849)
+++ src/third_party/jscre/pcre_tables.cpp (working copy)
@@ -42,6 +42,8 @@
#include "pcre_internal.h"
+namespace v8 { namespace jscre {
+
/*************************************************
* Tables for UTF-8 support *
*************************************************/
@@ -69,3 +71,5 @@
3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5 };
#include "pcre_chartables.c"
+
+} } // namespace v8::jscre
« no previous file with comments | « src/third_party/jscre/pcre_internal.h ('k') | src/third_party/jscre/pcre_ucp_searchfuncs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698