http://codereview.chromium.org/114010/diff/2002/2003 File src/globals.h (right):
http://codereview.chromium.org/114010/diff/2002/2003#newcode89 Line 89: #define V8PRIp V8_PTR_PREFIX "x" why not #define V8_PTR_FORMAT "0x%llx" etc. for all the cases, then printf("My pointer: "V8_PTR_FORMAT " it is easy to break lines here too.", ptr); I guess you need to break out of quotes for the macro to apply, or don't you? If not, I wouldn't include the quotes. http://codereview.chromium.org/114010 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
