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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user