Changeset 61338 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocator.h
- Timestamp:
- Jun 17, 2010, 10:46:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r58167 r61338 27 27 #define ExecutableAllocator_h 28 28 29 #if ENABLE(JIT) 30 29 31 #include <stddef.h> // for ptrdiff_t 30 32 #include <limits> … … 319 321 #endif // ENABLE(ASSEMBLER) 320 322 323 #endif // ENABLE(JIT) 324 321 325 #endif // !defined(ExecutableAllocator)
Note:
See TracChangeset
for help on using the changeset viewer.