Changeset 11919 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Jan 6, 2006, 2:49:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r11918 r11919 51 51 #include <float.h> 52 52 #define copysign(a, b) _copysign(a, b) 53 template void * const & KXMLCore::extractFirst<struct std::pair<void *,void *> >(struct std::pair<void *, void *> const &); 53 54 #endif 54 55 template void * const & KXMLCore::extractFirst<struct std::pair<void *,void *>>(struct std::pair<void *, void *> const &);56 55 57 56 extern int kjsyyparse();
Note:
See TracChangeset
for help on using the changeset viewer.