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

Unified Diff: src/third_party/jscre/pcre.h

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/jsregexp.cc ('k') | src/third_party/jscre/pcre_compile.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/jscre/pcre.h
===================================================================
--- src/third_party/jscre/pcre.h (revision 849)
+++ src/third_party/jscre/pcre.h (working copy)
@@ -49,6 +49,8 @@
// we allow DEBUG to be set and undef it manually.
#undef DEBUG
+namespace v8 { namespace jscre {
+
typedef uint16_t UChar;
struct JSRegExp;
@@ -77,4 +79,6 @@
void jsRegExpFree(JSRegExp*);
+} } // namespace v8::jscre
+
#endif
« no previous file with comments | « src/jsregexp.cc ('k') | src/third_party/jscre/pcre_compile.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698