Changeset 16177 in webkit for trunk/JavaScriptCore/pcre/pcre_internal.h
- Timestamp:
- Sep 1, 2006, 1:05:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_internal.h
r16163 r16177 42 42 #include "Assertions.h" 43 43 44 / /Added to prevent 64-to-32 shortening warnings when compiling for 64-bit45 // <rdar://problem/4712064> PCRE generates many warnings with -Wshorten-64-to-32 44 /* Added to prevent 64-to-32 shortening warnings when compiling for 64-bit 45 <rdar://problem/4712064> PCRE generates many warnings with -Wshorten-64-to-32 */ 46 46 #if defined(__GNUC__) && defined(__LP64__) 47 47 #define INT_CAST(i) (int)(i); ASSERT((i) <= INT_MAX)
Note:
See TracChangeset
for help on using the changeset viewer.