Index: base/port.h |
diff --git a/base/port.h b/base/port.h |
index 307f25756d3126abacbaee4921bc186e86b4d640..0a04d55f0f620faf085269d3c5bf52bf2e61329a 100644 |
--- a/base/port.h |
+++ b/base/port.h |
@@ -8,6 +8,10 @@ |
#include <stdarg.h> |
#include "build/build_config.h" |
+// DEPRECATED: Use ...LL and ...ULL suffixes. |
+// TODO(viettrungluu): Delete these. These are only here until |GG_(U)INT64_C| |
+// are deleted (some other header files (re)define |GG_(U)INT64_C|, so our |
+// definitions of them must exactly match theirs). |
#ifdef COMPILER_MSVC |
#define GG_LONGLONG(x) x##I64 |
#define GG_ULONGLONG(x) x##UI64 |