From b1560445c66a751fc2ea7b85b94430a985940f3e Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 19 Dec 2013 22:28:48 +0000 Subject: Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" This reverts commit 784890196fdab96289f9389db43aca01f35db0f9. Revert "use LL suffix for 64bit literal" This reverts commit 9634295aff9bffd7a3875a0ca4a9b1a27d0793fc. BUG= Review URL: https://codereview.chromium.org/116543009 git-svn-id: http://skia.googlecode.com/svn/trunk@12790 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/config/SkUserConfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index ec791d9a50..534c79dde1 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -88,6 +88,12 @@ //#define SK_UINT8_BITFIELD_LENDIAN +/* Some compilers don't support long long for 64bit integers. If yours does + not, define this to the appropriate type. + */ +//#define SkLONGLONG int64_t + + /* To write debug messages to a console, skia will call SkDebugf(...) following printf conventions (e.g. const char* format, ...). If you want to redirect this to something other than printf, define yours here -- cgit v1.2.3