Changeset 12315 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jan 23, 2006, 9:10:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/fpconst.cpp
r12301 r12315 1 1 /* 2 * Copyright (C) 2003 Apple Computer, Inc.2 * Copyright (C) 2003, 2006 Apple Computer, Inc. 3 3 * 4 4 * This library is free software; you can redistribute it and/or … … 21 21 #include "config.h" 22 22 23 namespace KJS { 24 23 25 // This file exists because JavaScriptCore needs to define the NaN and Inf globals in a way 24 26 // that does not use a static initializer so we don't have a framework initialization routine. … … 30 32 // It would be good to figure out a 100% clean way that still avoids code that runs at init time. 31 33 32 namespace KJS { 34 #if __APPLE__ 33 35 34 36 #ifdef WORDS_BIGENDIAN … … 40 42 #endif 41 43 42 }; 44 #endif 45 46 }
Note:
See TracChangeset
for help on using the changeset viewer.