Changeset 61533 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocator.h
- Timestamp:
- Jun 21, 2010, 1:10:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocator.h
r61338 r61533 26 26 #ifndef ExecutableAllocator_h 27 27 #define ExecutableAllocator_h 28 29 #if ENABLE(JIT)30 31 28 #include <stddef.h> // for ptrdiff_t 32 29 #include <limits> … … 83 80 } 84 81 85 #if ENABLE( ASSEMBLER)82 #if ENABLE(JIT) && ENABLE(ASSEMBLER) 86 83 87 84 namespace JSC { … … 319 316 } 320 317 321 #endif // ENABLE(ASSEMBLER) 322 323 #endif // ENABLE(JIT) 318 #endif // ENABLE(JIT) && ENABLE(ASSEMBLER) 324 319 325 320 #endif // !defined(ExecutableAllocator)
Note:
See TracChangeset
for help on using the changeset viewer.