From 01c41a556e0ef0ae2338a1b5ae110a501e1ed0a8 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Fri, 20 Dec 2013 14:24:21 +0000 Subject: Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" This reverts commit 15b986baf026a3da5e2cac8106a1b753df242c39. BUG= Review URL: https://codereview.chromium.org/119353003 git-svn-id: http://skia.googlecode.com/svn/trunk@12796 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/config/SkUserConfig.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 534c79dde1..ec791d9a50 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -88,12 +88,6 @@ //#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