Changeset 40404 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Jan 30, 2009, 7:17:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r40169 r40404 3572 3572 #if defined(__GLIBC__) 3573 3573 extern "C" { 3574 # if defined(__GNUC__) && !defined(__MACH__) && defined(HAVE___ATTRIBUTE__)3574 #if COMPILER(GCC) && !defined(__MACH__) && defined(HAVE___ATTRIBUTE__) 3575 3575 // Potentially faster variants that use the gcc alias extension. 3576 3576 // Mach-O (Darwin) does not support weak aliases, hence the __MACH__ check.
Note:
See TracChangeset
for help on using the changeset viewer.