Attempt 2 to fix build

Review URL: https://chromiumcodereview.appspot.com//10310109

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7522 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
hausner@google.com
2012-05-10 22:32:39 +00:00
parent c8aee10ea3
commit dec5e465f9
+4
View File
@@ -11,6 +11,10 @@
namespace dart {
#ifndef va_copy
#define va_copy(dst, src) (memmove(&(dst), &(src), sizeof(dst)))
#endif /* va_copy */
JSONScanner::JSONScanner(const char* json_text) {
SetText(json_text);